Skip to content

Commit

Permalink
test go version
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jun 15, 2024
1 parent b885773 commit 6ceaac9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
matrix:
goos: [linux]
#goos: [linux, windows, darwin]
goarch: [amd64, arm64]
goarch: [amd64]
#goarch: [amd64, arm64]
exclude:
- goarch: arm64
goos: windows
Expand All @@ -25,6 +26,7 @@ jobs:
- uses: actions/setup-go@v3
- name: install packages
run: |
go version
sudo apt update
sudo apt-get -y install bc gcc libgl1-mesa-dev libwayland-dev libx11-dev libxkbcommon-dev xorg-dev xvfb
go install github.com/fyne-io/fyne-cross@latest
Expand Down

0 comments on commit 6ceaac9

Please sign in to comment.