Skip to content

Commit b521e80

Browse files
committed
Fetch espressif blobs, use risc-v toolchain
1 parent 36f9497 commit b521e80

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-and-upload.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ jobs:
2525
uses: zephyrproject-rtos/action-zephyr-setup@v1
2626
with:
2727
app-path: makerville-badge
28-
toolchains: espressif
28+
toolchains: riscv64-zephyr-elf
29+
30+
- name: Fetch Espressif HAL blobs
31+
working-directory: makerville-badge
32+
shell: bash
33+
run: |
34+
west blobs fetch hal_espressif
2935
3036
- name: Build firmware for ESP32-C3
3137
working-directory: makerville-badge

0 commit comments

Comments
 (0)