From f7e6667aa9384887974ac673911dcba25808775e Mon Sep 17 00:00:00 2001 From: Vladyslav Vladinov <111443297+SalOne22@users.noreply.github.com> Date: Sun, 15 Oct 2023 14:57:44 +0200 Subject: [PATCH] Updated workflow --- .github/workflows/rimage.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rimage.yml b/.github/workflows/rimage.yml index d9fd0c62..3ebbf6c1 100644 --- a/.github/workflows/rimage.yml +++ b/.github/workflows/rimage.yml @@ -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 }} @@ -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