Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
osamu620 committed Jun 12, 2024
1 parent fb802de commit 30906e2
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;D:/a/OpenHTJ2K/OpenHTJ2K/build/bin/Release" >> $GITHUB_PATH
Add-Content ${env:GITHUB_PATH} "D:/a/OpenHTJ2K/OpenHTJ2K/build/Release;D:/a/OpenHTJ2K/OpenHTJ2K/build/bin/Release"
ctest -C ${{env.BUILD_TYPE}} -j 2 --output-on-failure
# run: ctest -C ${{env.BUILD_TYPE}} -j 2 --output-on-failure
- name: Test on Linux or macOS
Expand Down

0 comments on commit 30906e2

Please sign in to comment.