CI: QEMU: Step name to reflect action

This commit is contained in:
Henrik Tjäder 2025-03-26 23:04:08 +01:00
parent 5915e9eca0
commit c3a5cf0a47

View file

@ -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: