Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osamu620 committed Jun 12, 2024
1 parent 084eaaa commit e2f3091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
if: runner.os == 'Windows'
run: |
echo "D:/a/OpenHTJ2K/OpenHTJ2K/build/Release" >> $GITHUB_PATH
echo "D:/a/OpenHTJ2K/OpenHTJ2K/build/Release;D:\a\OpenHTJ2K\OpenHTJ2K\build\bin\Release" >> $GITHUB_PATH
ctest -C ${{env.BUILD_TYPE}} -j 2 --output-on-failure
- name: Test on Linux or macOS
if: runner.os != 'Windows'
Expand Down

0 comments on commit e2f3091

Please sign in to comment.