aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2025-03-26 23:04:08 +0100
committerHenrik Tjäder <henrik@tjaders.com>2025-04-01 20:32:53 +0000
commitc3a5cf0a47166a1455bfa55194cb167bf863ce67 (patch)
tree4021bf3d3d0699ea426a89dfa892066555d0419c /.github
parent5915e9eca0ec9f3e3fb038e2f52a8d3f5505325e (diff)
CI: QEMU: Step name to reflect action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
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: