Skip to content

Commit 2631565

Browse files
authored
Pin Zephyr SDK version (#136)
CI builds using the Zephyr SDK fail 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 2631565

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-zephyr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Zephyr
33
on:
44
push:
55
branches: ["main"]
6-
pull_request:
7-
types: [opened, reopened, synchronize, ready_for_review]
86

97
jobs:
108
build:
@@ -30,6 +28,7 @@ jobs:
3028
with:
3129
app-path: ${{ matrix.example }}
3230
toolchains: arm-zephyr-eabi
31+
sdk-version: 0.17.0
3332

3433
- name: Install Swift
3534
uses: ./.github/actions/install-swift

0 commit comments

Comments
 (0)