Skip to content

Commit

Permalink
Fixed lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 15, 2023
1 parent f7e6667 commit 12470dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
shell: cmd
run: |
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
set DEP_JXL_LIB=${{github.workspace}}\vcpkg\installed\x64-windows-static\lib
set DEP_JXL_LIB=${{github.workspace}}\vcpkg\installed\x64-windows-static-release\lib
dir %DEP_JXL_LIB%
cargo build --all-features --release
Expand Down

0 comments on commit 12470dd

Please sign in to comment.