summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ee5c73c6f5..c19c5d60c7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -63,6 +63,7 @@ jobs:
-DHSS1394=ON
-DMACOS_BUNDLE=ON
-DMODPLUG=OFF
+ -DWAVPACK=OFF
cmake_generator: Unix Makefiles
cmake_build_type: RelWithDebInfo
# TODO: Fix this broken test on macOS
@@ -87,6 +88,7 @@ jobs:
-DMAD=ON
-DMEDIAFOUNDATION=ON
-DMODPLUG=ON
+ -DWAVPACK=ON
cc: cl
cxx: cl
cmake_generator: Ninja