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 f131fe5 commit 37228bb
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 @@ -26,7 +26,7 @@ jobs:
- name: Install2
run: sudo apt install -y linux-tools-$(uname -r) linux-headers-$(uname -r) linux-tools-common
- name: Install3
run: bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h;
run: bpftool btf dump file /sys/kernel/btf/vmlinux format c > ./ebpf/vmlinux.h;

- name: Install4
run: uname -a;go generate;ls;
Expand Down

0 comments on commit 37228bb

Please sign in to comment.