Skip to content

Commit

Permalink
Temporarily disable mac build. Shared libs? y/n
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Sep 13, 2024
1 parent e328940 commit a2ab3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: CMake
run: |
cmake --preset=default -DVCPKG_TARGET_TRIPLET=${{matrix.vcpkg_triplet}}
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DBUILD_SHARED_LIBS=${{matrix.build_shared_libs}} -DNOTEST=1
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DBUILD_SHARED_LIBS=${{matrix.build_shared_libs}} -DNOTEST=1 -DBUILD_ACQUIRE_DRIVER_ZARR=OFF
- name: Build
run: |
Expand Down

0 comments on commit a2ab3ba

Please sign in to comment.