feat: Removed sudo
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 1m29s
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 1m29s
This commit is contained in:
parent
b885ae8acb
commit
113834ab26
@ -23,8 +23,8 @@ jobs:
|
|||||||
- name: install dependencies (ubuntu only)
|
- name: install dependencies (ubuntu only)
|
||||||
if: matrix.platform == 'ubuntu-20.04'
|
if: matrix.platform == 'ubuntu-20.04'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo 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
|
||||||
- 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
|
||||||
workdir: toos-dashboard/
|
workdir: toos-dashboard/
|
||||||
|
Loading…
Reference in New Issue
Block a user