diff options
| -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: |
