Skip to content

Commit

Permalink
workflows: Install libelf-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Saalim Quadri <danascape@gmail.com>
  • Loading branch information
danascape committed Jul 21, 2024
1 parent f3ca3b8 commit 2d636a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mainline_kernel_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt -y install bc build-essential zip curl libstdc++6 git wget python3 gcc clang libssl-dev rsync flex bison device-tree-compiler sudo
sudo apt -y install bc build-essential zip curl libstdc++6 git wget python3 gcc clang libssl-dev rsync flex bison device-tree-compiler sudo libelf-dev
- name: Install additional dependencies
run: |
Expand Down

0 comments on commit 2d636a1

Please sign in to comment.