Skip to content

Commit

Permalink
Remove multilib headers
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Sep 14, 2023
1 parent 76b29c9 commit 8ec259f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
go-version: "1.21.0"

- name: Install build tools
run: sudo apt install -y make gcc-multilib wget llvm clang gcc git npm gulp libbpf-dev libpam0g-dev
run: sudo apt install -y make wget llvm clang gcc git npm gulp libbpf-dev libpam0g-dev

- name: Link correct asm headers
run: ln -s /usr/include/$(uname -m)-linux-gnu/asm /usr/include/asm

- name: build
run: make release
Expand Down

0 comments on commit 8ec259f

Please sign in to comment.