Skip to content

Commit e78382a

Browse files
authored
Correctly update to 0.17.2
1 parent 6d67370 commit e78382a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
strategy:
6060
matrix:
61-
sdk: [0.17.1]
61+
sdk: [0.17.2]
6262
toolchain: [
6363
{ arch: "aarch64-zephyr-elf", nick: "aarch64"},
6464
{ arch: "arc64-zephyr-elf", nick: "arc64"},
@@ -134,7 +134,7 @@ jobs:
134134

135135
strategy:
136136
matrix:
137-
sdk: [0.17.1]
137+
sdk: [0.17.2]
138138

139139
steps:
140140
- name: Checkout repository

0 commit comments

Comments
 (0)