Skip to content

Commit

Permalink
feat: install go
Browse files Browse the repository at this point in the history
  • Loading branch information
suphon-t committed Jan 10, 2024
1 parent ea50f13 commit e104d60
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
- uses: actions/checkout@v3
name: Checkout

- name: debug
run: which go
- name: Install go
run: |
brew install go
GO_BINARY=$(which go)
echo "GO_BINARY=$GO_BINARY" >> .xcode.env.local
- name: Select Xcode
run: sudo xcode-select -s "/Applications/Xcode_15.1.app"
Expand Down

0 comments on commit e104d60

Please sign in to comment.