Skip to content

Commit

Permalink
add libelf dev headers
Browse files Browse the repository at this point in the history
Add libelf dev headers to the gen workflow so that
it can complete successfully.

Signed-off-by: astoycos <[email protected]>
  • Loading branch information
astoycos committed Jun 26, 2024
1 parent e8ae9ae commit 56e0650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install headers
run: |
sudo apt -y update
sudo apt -y install libc6-dev libc6-dev-{arm64,armel,riscv64,ppc64el,s390x}-cross
sudo apt -y install libelf-dev libc6-dev libc6-dev-{arm64,armel,riscv64,ppc64el,s390x}-cross
- name: Run codegen
run: |
Expand Down

0 comments on commit 56e0650

Please sign in to comment.