Skip to content

Commit 124af38

Browse files
fabiobaltierikartben
authored andcommitted
github: hello_world_multiplatform: set the toolchain list
The SDK is growing bigger and bigger, set the toolchain list so we only fetch the ones needed by the tests we run, save some disk space, apparently this workflow is getting close. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
1 parent 09f43f5 commit 124af38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hello_world_multiplatform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
6363
with:
6464
app-path: zephyr
65-
toolchains: all
65+
toolchains: aarch64-zephyr-elf:arc-zephyr-elf:arc64-zephyr-elf:arm-zephyr-eabi:mips-zephyr-elf:riscv64-zephyr-elf:sparc-zephyr-elf:x86_64-zephyr-elf:xtensa-dc233c_zephyr-elf:xtensa-sample_controller32_zephyr-elf
6666

6767
- name: Build firmware
6868
working-directory: zephyr

0 commit comments

Comments
 (0)