Skip to content

Commit d1df331

Browse files
fix: install libs
1 parent a9737ba commit d1df331

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/golangci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
go-version-file: go.mod
2424

2525
- name: Run go generate
26-
working-directory: ./bpf-prog/block-iptables
27-
run: go generate ./...
26+
run: make bpf-lib && go generate ./...
2827

2928
- name: Upload full bpfrogram directory
3029
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)