improved GH actions

pull/508/head
hunterlong 2020-04-17 01:34:51 -07:00
parent 42e62a145a
commit 934eeb4bd5
1 changed files with 9 additions and 9 deletions

View File

@ -46,9 +46,9 @@ jobs:
- uses: actions/cache@v1
id: golangcache
with:
path:
- ~/go/pkg/mod
- ~/go/bin
path: |
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
@ -87,9 +87,9 @@ jobs:
- uses: actions/cache@v1
id: golangcache
with:
path:
- ~/go/pkg/mod
- ~/go/bin
path: |
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
@ -161,9 +161,9 @@ jobs:
- uses: actions/cache@v1
id: golangcache
with:
path:
- ~/go/pkg/mod
- ~/go/bin
path: |
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-