mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
ci: QEMU: Do not install regular QEMU, only ESP32
This commit is contained in:
parent
ca5ae8090c
commit
5eec5e8e23
1 changed files with 1 additions and 6 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
rustup-target: riscv32imac-unknown-none-elf
|
rustup-target: riscv32imac-unknown-none-elf
|
||||||
|
|
||||||
installqemu:
|
installqemu:
|
||||||
name: Get modern QEMU and cache it
|
name: Get ESP32 QEMU and cache it
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -94,11 +94,6 @@ jobs:
|
||||||
${{ runner.OS }}-qemu-${{ env.QEMU_VERSION }}
|
${{ runner.OS }}-qemu-${{ env.QEMU_VERSION }}
|
||||||
${{ runner.OS }}-qemu-
|
${{ runner.OS }}-qemu-
|
||||||
|
|
||||||
- name: Install QEMU
|
|
||||||
run: |
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install -y qemu-system-arm qemu-system-riscv32
|
|
||||||
|
|
||||||
- name: Download ESP32 QEMU
|
- name: Download ESP32 QEMU
|
||||||
run: wget "${{ env.QEMU_ESP_URL }}" --output-document=${{ env.QEMU_ESP}}.tar.xz
|
run: wget "${{ env.QEMU_ESP_URL }}" --output-document=${{ env.QEMU_ESP}}.tar.xz
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue