mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +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
|
platform: esp32-c3
|
||||||
rustup-target: riscv32imc-unknown-none-elf
|
rustup-target: riscv32imc-unknown-none-elf
|
||||||
|
|
||||||
buildqemu:
|
installqemu:
|
||||||
name: Get modern QEMU, build and store
|
name: Get modern QEMU and cache it
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -117,7 +117,7 @@ jobs:
|
||||||
# Verify the example output with run-pass tests
|
# Verify the example output with run-pass tests
|
||||||
testexamples:
|
testexamples:
|
||||||
name: QEMU run
|
name: QEMU run
|
||||||
needs: buildqemu
|
needs: installqemu
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue