diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2025-03-26 23:04:08 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2025-04-01 20:32:53 +0000 |
| commit | c3a5cf0a47166a1455bfa55194cb167bf863ce67 (patch) | |
| tree | 4021bf3d3d0699ea426a89dfa892066555d0419c /.github/workflows/build.yml | |
| parent | 5915e9eca0ec9f3e3fb038e2f52a8d3f5505325e (diff) | |
CI: QEMU: Step name to reflect action
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
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: |
