Fix: actions build
This commit is contained in:
parent
0d004bf6f3
commit
0a2701eef0
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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-
|
||||
|
@ -1,4 +1,5 @@
|
||||
//go:build build_local
|
||||
// +build build_local
|
||||
|
||||
package script
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
//go:build !build_local && cgo
|
||||
//go:build !build_local
|
||||
// +build !build_local
|
||||
|
||||
package script
|
||||
|
||||
|
Reference in New Issue
Block a user