We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0100ea5 commit d16b2beCopy full SHA for d16b2be
1 file changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- sdk: [0.17.3]
+ sdk: [0.17.4]
20
21
steps:
22
- name: Checkout repository
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
toolchain: [
63
{ arch: "aarch64-zephyr-elf", nick: "aarch64"},
64
{ arch: "arc64-zephyr-elf", nick: "arc64"},
@@ -126,6 +126,8 @@ jobs:
126
ZEPHYR_SDK_VERSION=${{ matrix.sdk }}
127
128
posix:
129
+ needs: [base]
130
+
131
runs-on: ubuntu-latest
132
133
permissions:
@@ -134,7 +136,7 @@ jobs:
134
136
135
137
138
139
140
141
142
0 commit comments