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 3fdd3c2 commit 5a8d34d
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: |
"D:/a/OpenHTJ2K/OpenHTJ2K/build/Release;D:/a/OpenHTJ2K/OpenHTJ2K/build/bin/Release" | Out-File -FilePath $env:GITHUB_PATH -Append
echo "D:/a/OpenHTJ2K/OpenHTJ2K/build/Release;D:/a/OpenHTJ2K/OpenHTJ2K/build/bin/Release" >> $env:GITHUB_PATH
echo "$PATH"
./bin/Release/open_htj2k_dec
ctest -C ${{env.BUILD_TYPE}} -j 2 --output-on-failure
Expand Down

0 comments on commit 5a8d34d

Please sign in to comment.