Skip to content

Commit

Permalink
Attempt fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 11, 2024
1 parent 314efb7 commit ad1ddc9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,16 @@ jobs:
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev \
sudo apt update
sudo apt install libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
libxdo-dev \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev \
javascriptcoregtk-4.1 \
libsoup-3.0 \
webkit2gtk-4.1
librsvg2-dev
- name: Install and prepare
run: |
Expand Down

0 comments on commit ad1ddc9

Please sign in to comment.