Skip to content

Commit

Permalink
Turn off building shared libraries in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Jun 2, 2024
1 parent 437d2f0 commit 7133446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ jobs:
cmake -S ${{ matrix.build-src-dir || '.' }} -B ${{ matrix.build-dir || '.' }} ${{ matrix.cmake-args }} \
-D MZ_BUILD_TESTS=ON \
-D MZ_BUILD_UNIT_TESTS=ON \
-D BUILD_SHARED_LIBS=OFF \
-D CMAKE_BUILD_TYPE=Release
env:
CC: ${{ matrix.compiler }}
Expand Down

0 comments on commit 7133446

Please sign in to comment.