Skip to content

Commit

Permalink
install go in the cross-compile test
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanota committed Jan 14, 2025
1 parent 355c948 commit ad476d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/compile-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.4
id: go

- name: Setup Docker
uses: docker/setup-docker-action@v4
env:
Expand Down

0 comments on commit ad476d8

Please sign in to comment.