Skip to content

Commit

Permalink
Remove Install Go in Github Workflow (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
tweksteen authored Nov 21, 2024
1 parent 38498a2 commit 44f781f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ jobs:
brew update || echo update failed
brew install ninja || echo update failed
- name: install Go
uses: actions/setup-go@v5
with:
go-version: '1.20'

- name: Setup Windows environment
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit 44f781f

Please sign in to comment.