Skip to content

Commit b923370

Browse files
committed
gha: Install chrpath on host
This is require for bitbake to initialize on the host, which is needed in a few tests
1 parent 1a59b38 commit b923370

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050

5151
- name: Install packages
5252
run: |
53-
sudo apt install -y diffstat
53+
sudo apt install -y \
54+
chrpath \
55+
diffstat
5456
5557
- name: Install python packages
5658
run: |

0 commit comments

Comments
 (0)