Skip to content

Commit

Permalink
Added libjxl lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 9, 2023
1 parent 2c3f9b9 commit ea472a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:

- name: Setup libjxl 🧑‍💻 (msvc)
if: endsWith(matrix.target, '-msvc')
run: vcpkg install libjxl
run: |
vcpkg install libjxl
echo "DEP_JXL_LIB=C:/vcpkg/packages/libjxl_x64-windows/debug/lib/pkgconfig/" >> "$GITHUB_ENV"
- name: Setup rust toolchain 🦀
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit ea472a7

Please sign in to comment.