Skip to content

Commit

Permalink
Update tauri.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 authored Feb 28, 2024
1 parent 88f7e50 commit fb2f0a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
${{ env.VCPKG_ROOT }}/packages
key: ${{ runner.os }}-vcpkg-libarchive

- uses: actions/upload-artifact@v4
with:
name: vcpkg
path: ${{ env.VCPKG_ROOT }}/installed


- name: Install Vcpkg
if: matrix.platform == 'windows-latest'
run: "'${{env.VCPKG_ROOT}}/vcpkg' install libarchive:x64-windows-static-md"
Expand Down

0 comments on commit fb2f0a0

Please sign in to comment.