forked from didirus/AstralRinth
fix: App Build workflow (#2320)
Signed-off-by: Norbiros <norbiros@protonmail.com>
This commit is contained in:
2
.github/workflows/app-release.yml
vendored
2
.github/workflows/app-release.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
if: startsWith(matrix.platform, 'ubuntu')
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libssl-dev sqlite3
|
||||
sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
|
||||
|
||||
- name: Install frontend dependencies
|
||||
run: pnpm install
|
||||
|
||||
Reference in New Issue
Block a user