Skip to content

Commit

Permalink
Remove superfluous parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Oct 24, 2024
1 parent 637771c commit 3360d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: cmake --build . --config ${{ matrix.build_type }}

- working-directory: build/
run: ctest --config ${{ matrix.build_type }} --output-on-failure
run: ctest --output-on-failure

xcode-macos-12:
strategy:
Expand All @@ -90,4 +90,4 @@ jobs:
run: cmake --build . --config ${{ matrix.build_type }}

- working-directory: build/
run: ctest --config ${{ matrix.build_type }} --output-on-failure
run: ctest --output-on-failure

0 comments on commit 3360d15

Please sign in to comment.