Skip to content

Commit 84874df

Browse files
committed
ci: try to fix builddeb error
dpkg-checkbuilddeps: error: Unmet build dependencies: libelf-dev:native
1 parent 2379862 commit 84874df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install depencies
3939
run: |
4040
sudo apt update
41-
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
41+
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
4242
4343
- name: Setup env
4444
run: |

0 commit comments

Comments
 (0)