diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-03-10 19:15:03 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-03-10 19:15:03 -0500 |
commit | 3f4ccefc78e31a306c48149253c592be3e663a26 (patch) | |
tree | d6ef42091f239a9096ebee25ae9f379d751aa269 /.github/workflows/ci.yml | |
parent | e3f6a1dcbd75b511397f7ba64f81ba37db4a1cfc (diff) | |
download | abaddon-portaudio-3f4ccefc78e31a306c48149253c592be3e663a26.tar.gz abaddon-portaudio-3f4ccefc78e31a306c48149253c592be3e663a26.zip |
refactor notification sounds cmake option
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 745a6e6..9b20f04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: with: cond: ${{ matrix.mindeps == true }} if_true: | - cmake -GNinja -Bbuild -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DUSE_LIBHANDY=OFF -DUSE_MINIAUDIO=OFF + cmake -GNinja -Bbuild -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DUSE_LIBHANDY=OFF -DENABLE_NOTIFICATION_SOUNDS=OFF cmake --build build if_false: | cmake -GNinja -Bbuild -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} |