Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 15, 2023
1 parent 37fda4b commit f7e6667
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,12 @@ jobs:
target: ${{ matrix.target }}

- name: Install libjxl 🔃
if: matrix.target == 'x86_64-pc-windows-msvc'
uses: johnwason/vcpkg-action@v5
id: vcpkg
with:
pkgs: libjxl
triplet: x64-windows-static
triplet: x64-windows-static-release
revision: master
token: ${{ github.token }}

Expand All @@ -111,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
set DEP_JXL_LIB=${{github.workspace}}\vcpkg\installed\x64-windows-static\lib
dir %DEP_JXL_LIB%
cargo build --all-features --release
Expand Down

0 comments on commit f7e6667

Please sign in to comment.