Skip to content

Commit d305097

Browse files
committed
fix setup cache action
1 parent 9063526 commit d305097

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go-getter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: actions/cache@v3
3737
with:
3838
path: |
39+
~/.cache/go-build
3940
~/go/pkg/mod
4041
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
4142
restore-keys: |
@@ -113,6 +114,7 @@ jobs:
113114
uses: actions/cache@v3
114115
with:
115116
path: |
117+
~\AppData\Local\go-build
116118
~\go\pkg\mod
117119
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
118120
restore-keys: |

0 commit comments

Comments
 (0)