create the CI #1

Open
thinkode wants to merge 38 commits from 6-create-the-ci into develop
Showing only changes of commit 548c08f87d - Show all commits

View File

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