Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osamu620 authored Jun 12, 2024
1 parent e2f3091 commit be019b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ 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;D:\a\OpenHTJ2K\OpenHTJ2K\build\bin\Release" >> $GITHUB_PATH
echo "D:/a/OpenHTJ2K/OpenHTJ2K/build/Release" >> $GITHUB_PATH
echo "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 be019b6

Please sign in to comment.