Turn off building shared libraries in CI.

This commit is contained in:
Nathan Moinvaziri 2024-06-01 20:05:05 -07:00
parent 437d2f0e4d
commit 71334463b2

View File

@ -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 }}