Skip to content

Commit

Permalink
ci: try to fix builddeb issue
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Nov 21, 2024
1 parent 7d2781a commit bc3da74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
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 libelf-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 libssl-dev
- name: Setup env
run: |
Expand Down

0 comments on commit bc3da74

Please sign in to comment.