Skip to content

Commit

Permalink
Fix ubuntu packages necessary for tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
InoUno committed Jan 2, 2025
1 parent 9b7a2c0 commit a86c3ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
platform: [macos-latest, ubuntu-22.04, windows-latest]

runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -47,10 +47,10 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Install dependencies for tauri build (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-22.04'
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
packages: libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
version: 1.0

- name: Create necessary distDir for tauri to compile
Expand Down

0 comments on commit a86c3ff

Please sign in to comment.