Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Remove flag that breaks mac os build
  • Loading branch information
mikeb01 authored Nov 15, 2024
1 parent 070ee7e commit 652d51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
- name: Build
run: cmake --build _build --config ${{ matrix.build_type }}
- name: Test
run: cmake -E chdir _build ctest --build-config ${{ matrix.build_type }} --output-in-failure
run: cmake -E chdir _build ctest --build-config ${{ matrix.build_type }}

0 comments on commit 652d51b

Please sign in to comment.