Fix: actions build

This commit is contained in:
yaling888
2022-04-21 04:51:01 +08:00
parent 0d004bf6f3
commit 0a2701eef0
3 changed files with 4 additions and 4 deletions

View File

@ -20,9 +20,7 @@ jobs:
- name: Cache go module
uses: actions/cache@v2
with:
path: |
~/go/pkg/mod
~/.cache/go-build
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-