feat: Removed sudo
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 1m29s

This commit is contained in:
Xeovalyte 2023-10-24 22:43:11 +02:00
parent b885ae8acb
commit 113834ab26

View File

@ -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/