Skip to content

Commit 3f56bb4

Browse files
committed
Pin Zephyr SDK version
CI builds using the Zephyr SDK due to an update incompatible with our example app. Before resolving the issue with newer SDKs this PR pins the version of Zephyr used in CI.
1 parent c99fd59 commit 3f56bb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-zephyr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
app-path: ${{ matrix.example }}
3232
toolchains: arm-zephyr-eabi
33+
sdk-version: 0.17.0
3334

3435
- name: Install Swift
3536
uses: ./.github/actions/install-swift

0 commit comments

Comments
 (0)