Skip to content

Commit

Permalink
Set cache permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiang-zhang committed Mar 11, 2024
1 parent 632768e commit 9c75041
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ runs:
with:
go-version: 1.21.x
cache: false
- name: Set cache permissions
shell: bash
run: |
chmod -R 0755 \
~/go/pkg/mod \
~/.cache/go-build
- name: Cache go-build and mod
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0
with:
Expand Down

0 comments on commit 9c75041

Please sign in to comment.