feat: Removed sudo
Some checks failed
publish / create-release (push) Successful in 13s
publish / build-tauri (ubuntu-latest) (push) Failing after 1m28s
publish / publish-release (push) Has been skipped
publish / build-tauri (windows-latest) (push) Has been cancelled

This commit is contained in:
Xeovalyte 2023-10-24 22:23:01 +02:00
parent 8cb9217548
commit 4792be9ab3

View File

@ -55,8 +55,8 @@ jobs:
- name: install dependencies (ubuntu only) - name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-latest' if: matrix.platform == 'ubuntu-latest'
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: yarn install # change this to npm or pnpm depending on which one you use run: yarn install # change this to npm or pnpm depending on which one you use
workdir: toos-dashboard/ workdir: toos-dashboard/