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 9fbb209 commit 547ac60Copy full SHA for 547ac60
.github/workflows/zephyr_build.yaml
@@ -40,12 +40,12 @@ jobs:
40
runs-on: ubuntu-latest
41
# Docker image from the zephyr upstream. Includes SDK and other required tools
42
container:
43
- image: zephyrprojectrtos/ci:v0.27.4
+ image: zephyrprojectrtos/ci:v0.27.6
44
options: '--entrypoint /bin/bash'
45
volumes:
46
- /home/runners/zephyrproject:/github/cache/zephyrproject
47
env:
48
- ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.17.0
+ ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.17.1-rc2
49
50
steps:
51
- name: Set versions when workflow_dispatch
0 commit comments