We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f9497 commit b521e80Copy full SHA for b521e80
.github/workflows/build-and-upload.yml
@@ -25,7 +25,13 @@ jobs:
25
uses: zephyrproject-rtos/action-zephyr-setup@v1
26
with:
27
app-path: makerville-badge
28
- toolchains: espressif
+ 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
35
36
- name: Build firmware for ESP32-C3
37
working-directory: makerville-badge
0 commit comments