Skip to content

Commit

Permalink
Update unix-alpha-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Sep 28, 2024
1 parent 8a3fcd8 commit 1749d28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unix-alpha-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: Install node modules
run: npm ci

- name: Install webkit2gtk (ubuntu only)
if: matrix.NAME == 'linux'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
# Build service installer
- name: Build service installer
run: npm run build:core
Expand Down

0 comments on commit 1749d28

Please sign in to comment.