From 5eec5e8e2388fefc9e61803d4cdcaf833812c88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sun, 15 Jun 2025 14:27:39 +0200 Subject: [PATCH] ci: QEMU: Do not install regular QEMU, only ESP32 --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b4204a95ef..b2682a4055d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: rustup-target: riscv32imac-unknown-none-elf installqemu: - name: Get modern QEMU and cache it + name: Get ESP32 QEMU and cache it runs-on: ubuntu-24.04 steps: - name: Checkout @@ -94,11 +94,6 @@ jobs: ${{ runner.OS }}-qemu-${{ env.QEMU_VERSION }} ${{ runner.OS }}-qemu- - - name: Install QEMU - run: | - sudo apt update - sudo apt install -y qemu-system-arm qemu-system-riscv32 - - name: Download ESP32 QEMU run: wget "${{ env.QEMU_ESP_URL }}" --output-document=${{ env.QEMU_ESP}}.tar.xz