ci: QEMU: Do not install regular QEMU, only ESP32

This commit is contained in:
Henrik Tjäder 2025-06-15 14:27:39 +02:00 committed by Emil Fresk
parent ca5ae8090c
commit 5eec5e8e23

View file

@ -78,7 +78,7 @@ jobs:
rustup-target: riscv32imac-unknown-none-elf rustup-target: riscv32imac-unknown-none-elf
installqemu: installqemu:
name: Get modern QEMU and cache it name: Get ESP32 QEMU and cache it
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: Checkout - name: Checkout
@ -94,11 +94,6 @@ jobs:
${{ runner.OS }}-qemu-${{ env.QEMU_VERSION }} ${{ runner.OS }}-qemu-${{ env.QEMU_VERSION }}
${{ runner.OS }}-qemu- ${{ runner.OS }}-qemu-
- name: Install QEMU
run: |
sudo apt update
sudo apt install -y qemu-system-arm qemu-system-riscv32
- name: Download ESP32 QEMU - name: Download ESP32 QEMU
run: wget "${{ env.QEMU_ESP_URL }}" --output-document=${{ env.QEMU_ESP}}.tar.xz run: wget "${{ env.QEMU_ESP_URL }}" --output-document=${{ env.QEMU_ESP}}.tar.xz