Skip to content

Commit

Permalink
fix(ci): disable SSE2 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Dec 10, 2024
1 parent 0684250 commit 257758d
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 @@ -46,7 +46,7 @@ jobs:
with:
xcode-version: '${{matrix.xcode}}'
- name: 'Configure'
run: 'cmake -B build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DZK_BUILD_EXAMPLES=ON -DZK_BUILD_TESTS=ON'
run: 'cmake -B build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DZK_BUILD_EXAMPLES=ON -DZK_BUILD_TESTS=ON -DBUILD_SQUISH_WITH_SSE2=OFF'
- name: 'Build'
run: 'cmake --build build'
- name: 'Test'
Expand Down

0 comments on commit 257758d

Please sign in to comment.