Skip to content

Commit 934cae4

Browse files
committed
fix: add missing build step
Signed-off-by: spencercjh <[email protected]>
1 parent 01fd0d8 commit 934cae4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_verification.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
with:
3939
go-version: '1.23.3'
4040

41-
- name: Build
41+
- name: Init
4242
run: |
4343
/bin/bash init_env.sh
44+
45+
- name: Build
46+
run: |
47+
make clean && make build-bpf && make

0 commit comments

Comments
 (0)