Skip to content

Commit

Permalink
ci: only cache from github hosted runners to avoid file perm issues (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mismithhisler authored Dec 4, 2024
1 parent 4f3de69 commit a43f46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: git config --global url.'https://${{ env.ELEVATED_GITHUB_TOKEN }}@github.com'.insteadOf 'https://github.com'
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
cache: true
cache: ${{ contains(runner.name, 'Github Actions') }}
go-version-file: .go-version
cache-dependency-path: '**/go.sum'
- name: Run make check
Expand Down

0 comments on commit a43f46e

Please sign in to comment.