1 Commits

Author SHA1 Message Date
47ee2957a9 fix: github actions 2023-08-27 11:45:14 +02:00
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,9 @@ jobs:
with: with:
go-version: "1.21" go-version: "1.21"
- name: Set up fyne dependencies
run: sudo apt install libxcursor-dev libxinerama-dev libxrandr-dev libxi-dev libgl-dev libxxf86vm-dev
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...

View File

@ -19,6 +19,9 @@ jobs:
with: with:
go-version: "1.21" go-version: "1.21"
- name: Set up fyne dependencies
run: sudo apt install libxcursor-dev libxinerama-dev libxrandr-dev libxi-dev libgl-dev libxxf86vm-dev
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...