We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16aaa0 commit 02e2136Copy full SHA for 02e2136
.github/workflows/clang.yaml
@@ -18,7 +18,7 @@ jobs:
18
runs-on:
19
group: zephyr-runner-v2-linux-x64-4xlarge
20
container:
21
- image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
+ image: ghcr.io/zephyrproject-rtos/ci:main-amd64
22
options: '--entrypoint /bin/bash'
23
strategy:
24
fail-fast: false
.github/workflows/twister.yaml
@@ -127,7 +127,7 @@ jobs:
127
needs: twister-build-prep
128
if: needs.twister-build-prep.outputs.size != 0
129
130
131
132
133
0 commit comments