Update riscv64_vector.yml

This commit is contained in:
Martin Kroeker
2025-10-09 12:27:07 +02:00
committed by GitHub
parent acff97cef1
commit de004136cd

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 qemu
libgomp1-riscv64-cross ccache qemu-kvm
wget ${riscv_gnu_toolchain}/${riscv_gnu_toolchain_nightly_download_path}
tar -xvf $(basename ${riscv_gnu_toolchain_nightly_download_path}) -C /opt