Skip to content

Commit d16b2be

Browse files
authored
0.17.4 SDK
1 parent 0100ea5 commit d16b2be

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
sdk: [0.17.3]
19+
sdk: [0.17.4]
2020

2121
steps:
2222
- name: Checkout repository
@@ -58,7 +58,7 @@ jobs:
5858

5959
strategy:
6060
matrix:
61-
sdk: [0.17.3]
61+
sdk: [0.17.4]
6262
toolchain: [
6363
{ arch: "aarch64-zephyr-elf", nick: "aarch64"},
6464
{ arch: "arc64-zephyr-elf", nick: "arc64"},
@@ -126,6 +126,8 @@ jobs:
126126
ZEPHYR_SDK_VERSION=${{ matrix.sdk }}
127127
128128
posix:
129+
needs: [base]
130+
129131
runs-on: ubuntu-latest
130132

131133
permissions:
@@ -134,7 +136,7 @@ jobs:
134136

135137
strategy:
136138
matrix:
137-
sdk: [0.17.3]
139+
sdk: [0.17.4]
138140

139141
steps:
140142
- name: Checkout repository

0 commit comments

Comments
 (0)