From c3a5cf0a47166a1455bfa55194cb167bf863ce67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 26 Mar 2025 23:04:08 +0100 Subject: CI: QEMU: Step name to reflect action --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9dc9da..25bee82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,8 +73,8 @@ jobs: platform: esp32-c3 rustup-target: riscv32imc-unknown-none-elf - buildqemu: - name: Get modern QEMU, build and store + installqemu: + name: Get modern QEMU and cache it runs-on: ubuntu-24.04 steps: - name: Checkout @@ -117,7 +117,7 @@ jobs: # Verify the example output with run-pass tests testexamples: name: QEMU run - needs: buildqemu + needs: installqemu runs-on: ubuntu-24.04 strategy: matrix: -- cgit v1.2.3