fix: github actions

This commit is contained in:
Karma Riuk 2023-08-27 11:45:14 +02:00
parent ba44cbdb12
commit 47ee2957a9
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 ./...