mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Ensure qemu is installed for running the tests
This commit is contained in:
2
.github/workflows/riscv64_vector.yml
vendored
2
.github/workflows/riscv64_vector.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user