feat: Added depedencies
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 2m2s
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 2m2s
This commit is contained in:
parent
119d287865
commit
6ca8176993
@ -24,7 +24,7 @@ jobs:
|
|||||||
if: matrix.platform == 'ubuntu-20.04'
|
if: matrix.platform == 'ubuntu-20.04'
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
|
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libasound2-dev
|
||||||
- name: install frontend dependencies
|
- name: install frontend dependencies
|
||||||
run: npm install # change this to npm or pnpm depending on which one you use
|
run: npm install # change this to npm or pnpm depending on which one you use
|
||||||
working-directory: ./toos-dashboard
|
working-directory: ./toos-dashboard
|
||||||
|
Loading…
Reference in New Issue
Block a user