Skip to content

Commit

Permalink
Use brew to install go
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Jul 29, 2024
1 parent a3396fb commit 4f93597
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@ jobs:
restore-keys: |
${{ runner.os }}-spm-
# - name: Setup go-lang
# uses: actions/setup-go@v3
# with:
# go-version: 1.20.14

- name: Setup go-lang
uses: actions/setup-go@v3
with:
go-version: 1.20.14
run: |
brew install [email protected]
- name: Set up yeetd to workaround XCode being slow in CI
run: |
Expand Down

0 comments on commit 4f93597

Please sign in to comment.