Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
No longer compile with CGO on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmarmour committed Sep 24, 2020
1 parent 7c5528f commit c426313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Per Architecture Static Builds
- name: Build Windows
run: env GOOS=windows GOARCH=amd64 go build -a -o nvidia-clerk-windows.exe
run: env GGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -a -o nvidia-clerk-windows.exe

- name: Build Linux
run: go build -a -o nvidia-clerk-linux
Expand Down

0 comments on commit c426313

Please sign in to comment.