Skip to content

Commit

Permalink
chore: fix preprelease action
Browse files Browse the repository at this point in the history
  • Loading branch information
srg-kostyrko committed Sep 15, 2024
1 parent f6b0cca commit 1c0020e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ jobs:
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
- name: install webkit2gtk (ubuntu only)
if: matrix.platform == 'ubuntu-22.04'
if: matrix.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt-get install -y gdk-3.0 libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- run: npm ci
- uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 1c0020e

Please sign in to comment.