mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
ci: QEMU: Custom QEMU only for ESP32
This commit is contained in:
parent
659d35a8e7
commit
3678a404b3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -178,12 +178,13 @@ jobs:
|
|||
- name: Cache Dependencies
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Install QEMU to get dependencies
|
||||
- name: Install QEMU
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y qemu-system-${{ matrix.input.qemu-system }}
|
||||
|
||||
- name: Download built QEMU
|
||||
if: contains(matrix.input.platform, 'esp32')
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: qemu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue