Skip to content

Commit

Permalink
remove useless build from container-image action
Browse files Browse the repository at this point in the history
  • Loading branch information
schrej authored Mar 14, 2024
1 parent 6931b30 commit 3779d68
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
with:
go-version: "^1.19"

- name: Install packages
run: sudo apt-get update && sudo apt-get install -y llvm clang libbpf-dev gcc-multilib linux-headers-$(uname -r)

- name: Build
run: |
make build
- name: Create Licenses Report
run: |
make licenses-report
Expand Down

0 comments on commit 3779d68

Please sign in to comment.