fixed
Some checks failed
Build software / prepare (push) Failing after 5m57s

This commit is contained in:
2024-07-06 12:43:48 +02:00
parent bd6a9c148b
commit 548c08f87d

View File

@@ -29,8 +29,8 @@ jobs:
run: | run: |
source ~/.profile source ~/.profile
go install github.com/wailsapp/wails/v2/cmd/wails@latest go install github.com/wailsapp/wails/v2/cmd/wails@latest
apt-get install libgtk-3-dev apt-get install -y libgtk-3-dev
apt-get install --reinstall pkg-config apt-get install -y --reinstall pkg-config
/usr/share/pkg-config-dpkghook update /usr/share/pkg-config-dpkghook update
- name: Building ${{ github.repository }} - name: Building ${{ github.repository }}