Skip to content

Commit

Permalink
Update tauri.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 authored Apr 22, 2023
1 parent 16375a4 commit f916e65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev libarchive-dev patchelf
- name: Set VCPKG_ROOT
run: echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV

- name: Cache vcpkg
uses: actions/cache@v3
with:
path: |
${{ env.VCPKG_ROOT }}/installed
${{ env.VCPKG_ROOT }}/packages
key: vcpkg-libarchive

- name: Set VCPKG_ROOT
run: echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
key: ${{ runner.os }}-vcpkg-libarchive

- name: Install Vcpkg
if: matrix.platform == 'windows-latest'
Expand Down

0 comments on commit f916e65

Please sign in to comment.