Skip to content

Commit a1c466f

Browse files
author
Shuo
authored
A: Cache
1 parent 2e7c3c9 commit a1c466f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
- name: Check out code into the Go module directory
2020
uses: actions/checkout@v2
2121

22-
- uses: actions/cache@v2
22+
- name: Cache
23+
uses: actions/cache@v2
24+
with:
25+
path: ~/*/*/go-build/
26+
key: ${{ runner.os }}-go-build
2327

2428
- name: Get dependencies
2529
run: go get -v -t -d ./...

0 commit comments

Comments
 (0)