Skip to content

Commit 652d51b

Browse files
authored
Update ci.yml
Remove flag that breaks mac os build
1 parent 070ee7e commit 652d51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
- name: Build
6969
run: cmake --build _build --config ${{ matrix.build_type }}
7070
- name: Test
71-
run: cmake -E chdir _build ctest --build-config ${{ matrix.build_type }} --output-in-failure
71+
run: cmake -E chdir _build ctest --build-config ${{ matrix.build_type }}

0 commit comments

Comments
 (0)