Skip to content

Commit

Permalink
try fix ubuntu release
Browse files Browse the repository at this point in the history
  • Loading branch information
tcastelly committed Aug 27, 2024
1 parent 474c071 commit 68db153
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
sudo apt install libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
libxdo-dev \
libssl-dev \
libayatana-appindicator3-dev \
librsvg2-dev
- name: install dependencies
run: |
Expand Down

0 comments on commit 68db153

Please sign in to comment.