Skip to content

Commit

Permalink
👷 Remove the make call in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyildiran committed Sep 20, 2023
1 parent 2dd7fb3 commit 7979dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
./install-capstone.sh
- name: Generate eBPF object files and Go bindings
run: make bpf && make
run: make bpf

- name: Go lint
uses: golangci/golangci-lint-action@v2
Expand Down

0 comments on commit 7979dd8

Please sign in to comment.