Update .gitea/workflows/workflow.yml
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 4m18s

This commit is contained in:
xeovalyte 2023-10-27 13:02:08 +02:00
parent 5ed82d0fca
commit 13b669ce22

View File

@ -25,6 +25,10 @@ jobs:
run: |
apt-get update
apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libasound2-dev libudev-dev
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: install frontend dependencies
run: npm install # change this to npm or pnpm depending on which one you use
working-directory: ./toos-dashboard