Skip to content

Commit

Permalink
Change CGO_ENABLED to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Myts2 authored Nov 17, 2024
1 parent bca368a commit e4294f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Build
run: |
go build -o SSHBannerChanger -v ./... # 根据需要构建你的项目
CGO_ENABLED=0 go build -o SSHBannerChanger -v ./... # 根据需要构建你的项目
- name: Create Release
id: create_release
Expand Down

0 comments on commit e4294f1

Please sign in to comment.