mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
CI: QEMU: Step name to reflect action
This commit is contained in:
parent
5915e9eca0
commit
c3a5cf0a47
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue