mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
ci: fix QEMU tests for esp32
This commit is contained in:
parent
75ca569699
commit
d25f08f6e9
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -326,8 +326,13 @@ jobs:
|
||||||
name: qemu
|
name: qemu
|
||||||
|
|
||||||
- name: Extract QEMU into local path
|
- name: Extract QEMU into local path
|
||||||
|
if: ${{ matrix.input.platform != 'esp32-c3' }}
|
||||||
run: tar -xf qemu.tar -C /usr/local/bin
|
run: tar -xf qemu.tar -C /usr/local/bin
|
||||||
|
|
||||||
|
- name: Extract ESP32 QEMU into local path
|
||||||
|
if: ${{ matrix.input.platform == 'esp32-c3' }}
|
||||||
|
run: sudo tar --strip-components=1 -xf qemu.tar -C /usr/local/ esp32/
|
||||||
|
|
||||||
- name: Check which QEMU is used
|
- name: Check which QEMU is used
|
||||||
run: |
|
run: |
|
||||||
which qemu-system-${{ matrix.input.qemu-system }}
|
which qemu-system-${{ matrix.input.qemu-system }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue