Skip to content

Commit

Permalink
ci: try to fix builddeb error
Browse files Browse the repository at this point in the history
dpkg-checkbuilddeps: error: Unmet build dependencies: libelf-dev:native
  • Loading branch information
frank-w committed Mar 29, 2024
1 parent 2379862 commit 84874df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install depencies
run: |
sudo apt update
sudo apt install ccache libssl-dev u-boot-tools python3-mako debhelper fakeroot gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu make device-tree-compiler libncurses5-dev
sudo apt install ccache libssl-dev u-boot-tools python3-mako debhelper fakeroot gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu make device-tree-compiler libncurses5-dev libelf-dev
- name: Setup env
run: |
Expand Down

0 comments on commit 84874df

Please sign in to comment.