From 7979dd80a000cd86bd3879629cc64b0b407e01aa Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Wed, 20 Sep 2023 16:42:23 +0300 Subject: [PATCH] :construction_worker: Remove the `make` call in CI --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ab2303b..5d601d0 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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