Skip to content

Commit

Permalink
CI: fix slashes on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Nov 3, 2023
1 parent edf5d34 commit d9170ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: "Test dcmqi"
run: |
cd ${{ github.workspace }}\dcmqi-build\dcmqi-build
cd ${{ github.workspace }}/dcmqi-build/dcmqi-build
ctest -VV -DCTEST_MODEL=$CTEST_MODEL -DCTEST_EMPTY_BINARY_DIRECTORY=FALSE .
# ...and finally package it.
Expand Down

0 comments on commit d9170ab

Please sign in to comment.