We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8c08d commit a511ad4Copy full SHA for a511ad4
.github/workflows/build.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
build:
7
runs-on: ubuntu-latest
8
- container: zephyrprojectrtos/ci:latest
+ container: zephyrprojectrtos/zephyr-build:v0.26.13
9
env:
10
CMAKE_PREFIX_PATH: /opt/toolchains
11
steps:
0 commit comments