Skip to content

Commit 1eb616e

Browse files
committed
github: add qemu to reusable unit
In order to build the new tests for the qemu driver, the qemu-system-arm binary needs to be available on the system. Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
1 parent 10d2786 commit 1eb616e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
${{ runner.os }}-pip-
3434
- name: Install system dependencies
3535
run: |
36-
sudo apt-get install -yq libow-dev openssh-server openssh-client graphviz openocd
36+
sudo apt-get install -yq libow-dev openssh-server openssh-client graphviz openocd qemu-system-arm
3737
sudo mkdir -p /var/cache/labgrid/runner && sudo chown runner /var/cache/labgrid/runner
3838
- name: Prepare local SSH
3939
run: |

0 commit comments

Comments
 (0)