diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2025-06-15 14:27:39 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2025-06-15 15:43:12 +0000 |
| commit | 5eec5e8e2388fefc9e61803d4cdcaf833812c88d (patch) | |
| tree | d093687c7959ed7404e0ce0b1bda76d8b6741d8d /.github/workflows | |
| parent | ca5ae8090ceacdc31c40981a4823da0733083eaa (diff) | |
ci: QEMU: Do not install regular QEMU, only ESP32
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b4204a..b2682a4 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 |
