Skip to content

Commit

Permalink
ci: Fix caching on install-deps (#4669)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Sep 21, 2023
1 parent acba7a9 commit 7d74908
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/install-deps/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ runs:
go-version-file: go.mod
check-latest: true
cache-dependency-path: "**/go.sum"
# Root path permission workaround for caching https://github.com/actions/cache/issues/845#issuecomment-1252594999
- run: sudo chown "$USER" /usr/local
shell: bash
- uses: actions/cache@v3
id: cache-toolchain
with:
Expand Down

0 comments on commit 7d74908

Please sign in to comment.