From 3678a404b3c615322ad6bbfd532ce15b51e26cff 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: ci: QEMU: Custom QEMU only for ESP32 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed95c4a..969450d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 -- cgit v1.2.3