Skip to content

Commit

Permalink
Merge pull request #51 from spacemeshos/no-caching-arm64
Browse files Browse the repository at this point in the history
Disable caching in arm64 runners
  • Loading branch information
fasmat authored Aug 9, 2024
2 parents 1ef8985 + bce628c commit e7e6d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
check-latest: true
go-version-file: "go.mod"
cache: ${{ runner.arch != 'arm64' }}
- name: Build
run: go build -v ./...
- name: Test
Expand Down

0 comments on commit e7e6d65

Please sign in to comment.