Skip to content

Commit

Permalink
ci: Use 'zephyr-gnu' toolchain variant for testing
Browse files Browse the repository at this point in the history
This commit updates the CI workflow to use the `zephyr-gnu` toolchain
variant for testing the Zephyr SDK GNU toolchains.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Oct 21, 2024
1 parent 91577fb commit b509dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ jobs:

env:
SUBSET_COUNT: 3
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
ZEPHYR_TOOLCHAIN_VARIANT: zephyr-gnu

steps:
- name: Set up Python
Expand Down

0 comments on commit b509dbf

Please sign in to comment.