Skip to content

Commit

Permalink
use CGO_ENABLED=0 when go build
Browse files Browse the repository at this point in the history
  • Loading branch information
Streamlet committed Jul 27, 2023
1 parent 344260c commit 923c7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: Build
run: go build -v .
run: CGO_ENABLED=0 go build -v .

- name: Make package
run: tar -zcvf NoteIsSite.tar.gz NoteIsSite
Expand Down

0 comments on commit 923c7ca

Please sign in to comment.