fix: github actions
This commit is contained in:
parent
ba44cbdb12
commit
47ee2957a9
3
.github/workflows/automatic-prerelease.yml
vendored
3
.github/workflows/automatic-prerelease.yml
vendored
@ -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 ./...
|
||||||
|
|
||||||
|
3
.github/workflows/tagged-release.yml
vendored
3
.github/workflows/tagged-release.yml
vendored
@ -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 ./...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user