Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bfengj authored Apr 11, 2024
1 parent 55db2f9 commit 78fa0eb
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 @@ -29,6 +29,6 @@ jobs:
run: bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h;

- name: Install4
run: ls;rm ebpf_bpfel_arm64.go;rm ebpf_bpfel_arm64.o;ls;go generate;go build -v -o bin/eBPFeXPLOIT
run: go generate;ls;go build -v -o bin/eBPFeXPLOIT


0 comments on commit 78fa0eb

Please sign in to comment.