cli/gh-extension-precompile env: CGO_ENABLED: 0 (#62)
set env: CGO_ENABLED: 0 for cli/gh-extension-precompile should fix https://github.com/actions/gh-actions-cache/issues/56
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -37,5 +37,7 @@ jobs:
|
||||
GH_TOKEN: dummy-token-to-facilitate-rest-client
|
||||
|
||||
- uses: cli/gh-extension-precompile@v1
|
||||
env:
|
||||
CGO_ENABLED: 0
|
||||
with:
|
||||
go_version: "1.18"
|
||||
go_version: "1.18"
|
||||
|
||||
Reference in New Issue
Block a user