Skip to content

Commit 07adbca

Browse files
Fix toolchain specification format in Zephyr setup action
1 parent cc324b6 commit 07adbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: ./OpenAstroFocuser/.github/actions/setup-zephyr
3434
with:
3535
app-path: OpenAstroFocuser
36-
toolchains: arm-zephyr-eabi,xtensa-espressif_esp32s3_zephyr-elf
36+
toolchains: arm-zephyr-eabi:xtensa-espressif_esp32s3_zephyr-elf
3737
ccache-cache-key: ${{ matrix.os }}
3838

3939
- name: Build firmware

0 commit comments

Comments
 (0)