Skip to content

Commit 40f753c

Browse files
committed
testy
1 parent 2f31885 commit 40f753c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,13 @@ jobs:
326326
name: qemu
327327

328328
- name: Extract QEMU into local path
329+
if: ${{ matrix.input.platform != 'esp32-c3' }}
329330
run: tar -xf qemu.tar -C /usr/local/bin
330331

332+
- name: Extract ESP32 QEMU into local path
333+
if: ${{ matrix.input.platform == 'esp32-c3' }}
334+
run: sudo tar --strip-components=1 -xf qemu.tar -C /usr/local/ esp32/
335+
331336
- name: Check which QEMU is used
332337
run: |
333338
which qemu-system-${{ matrix.input.qemu-system }}

0 commit comments

Comments
 (0)