summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-03-30 00:19:19 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-03-30 00:20:17 +0200
commit8c1e8b3c95ae43f4a350886af1e89cc57541d824 (patch)
tree2b637eeaf08a9ee86c2c7dea34853b2baf16a555
parent70c263f4ae2b4f99ccbcc152cc4bd6b4213edaa2 (diff)
CI: Fix typo in build flags
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c758f44ba8..03f0022b82 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
-DMAD=ON
-DMODPLUG=ON
-DWAVPACK=ON
- -INSTALL_USER_UDEV_RULES=OFF
+ -DINSTALL_USER_UDEV_RULES=OFF
cmake_generator: Unix Makefiles
cmake_build_type: RelWithDebInfo
ctest_args:
@@ -44,7 +44,7 @@ jobs:
-DMAD=ON
-DMODPLUG=ON
-DWAVPACK=ON
- -INSTALL_USER_UDEV_RULES=OFF
+ -DINSTALL_USER_UDEV_RULES=OFF
cmake_generator: Unix Makefiles
cmake_build_type: RelWithDebInfo
ctest_args: