Skip to content

Commit

Permalink
ci: fixed app generation 🚑
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmeichler committed Jun 12, 2022
1 parent c460e85 commit 9f59ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: install dependencies (ubuntu only) 🐧
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- name: Install dependencies 📦
run: npm ci
Expand Down

0 comments on commit 9f59ab8

Please sign in to comment.