ci: QEMU: Custom QEMU only for ESP32

This commit is contained in:
Henrik Tjäder 2025-06-15 14:27:39 +02:00 committed by Emil Fresk
parent 659d35a8e7
commit 3678a404b3

View file

@ -178,12 +178,13 @@ jobs:
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2
- name: Install QEMU to get dependencies
- name: Install QEMU
run: |
sudo apt update
sudo apt install -y qemu-system-${{ matrix.input.qemu-system }}
- name: Download built QEMU
if: contains(matrix.input.platform, 'esp32')
uses: actions/download-artifact@v4
with:
name: qemu