Skip to content

Commit

Permalink
fix-test: Disable CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz authored Apr 29, 2024
1 parent fd1a680 commit b87da9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build Application
run: |
go get -u && go mod tidy
go build -o liman_render
CGO_ENABLED=0 go build -o liman_render
- name: Create Zip
run: |
Expand Down

0 comments on commit b87da9d

Please sign in to comment.