Skip to content

Commit 4fa9e0e

Browse files
author
Shuo
authored
U: cache
1 parent a1c466f commit 4fa9e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Cache
2323
uses: actions/cache@v2
2424
with:
25-
path: ~/*/*/go-build/
25+
path: ~/.cache/go-build/
2626
key: ${{ runner.os }}-go-build
2727

2828
- name: Get dependencies

0 commit comments

Comments
 (0)