From d2e8474d190cb5587b45ec7417cf7598f677ac38 Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 31 Dec 2024 04:41:43 -0500 Subject: [PATCH] build without USE_DEFLATE on mac until they install pc file --- .github/workflows/macos_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index f63457c13..e7e13fded 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -24,7 +24,6 @@ jobs: coreutils \ doctest \ ffmpeg \ - libdeflate \ libunistring \ ncurses \ pkg-config @@ -37,7 +36,8 @@ jobs: env PKG_CONFIG_PATH="/opt/homebrew/opt/ncurses/lib/pkgconfig" \ cmake .. \ -DCMAKE_BUILD_TYPE=Release \ - -DUSE_PANDOC=off + -DUSE_PANDOC=off \ + -DUSE_DEFLATE=off - name: make run: |