Skip to content

Commit

Permalink
setup go for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
on-keyday committed Apr 25, 2024
1 parent 9b0246a commit 6681a5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Ninja
uses: seanmiddleditch/gha-setup-ninja@8b297075da4cd2a5f1fd21fe011b499edf06e9d2 # master
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: ">=1.20"

- name: Install Homebrew Clang
run: |
brew install llvm
Expand Down

0 comments on commit 6681a5d

Please sign in to comment.