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:
berlin4apk
2023-05-16 18:03:51 +02:00
committed by GitHub
parent 24022671c7
commit 71fc548b2d

View File

@@ -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"