Ensure qemu is installed for running the tests

This commit is contained in:
Martin Kroeker
2025-10-09 12:04:14 +02:00
committed by GitHub
parent c3ce473ab2
commit acff97cef1

View File

@@ -40,7 +40,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install autoconf automake autotools-dev ninja-build make \
libgomp1-riscv64-cross ccache
libgomp1-riscv64-cross ccache qemu
wget ${riscv_gnu_toolchain}/${riscv_gnu_toolchain_nightly_download_path}
tar -xvf $(basename ${riscv_gnu_toolchain_nightly_download_path}) -C /opt