Skip to content

Commit 32d631b

Browse files
authored
Update go.yml
1 parent 74c370f commit 32d631b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: uname -a;go generate;ls;
3333

3434
- name: Install5
35-
run: go build -v -o bin/eBPFeXPLOIT-linux-amd64
35+
run: export CGO_ENABLED=0;go build -v -o bin/eBPFeXPLOIT-linux-amd64
3636

3737
- name: test
3838
run: sudo bin/eBPFeXPLOIT-linux-amd64 --help

0 commit comments

Comments
 (0)