Skip to content

Commit

Permalink
disable Cgo in github action environment
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat committed Oct 2, 2024
1 parent 24e0b07 commit 41db336
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Env disable Cgo
run: echo "CGO_ENABLED=0" >> $GITHUB_ENV

- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 41db336

Please sign in to comment.