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 ddc838d commit 199ecbcCopy full SHA for 199ecbc
.github/workflows/build.yml
@@ -4,8 +4,9 @@ on: [push, pull_request]
4
5
jobs:
6
build:
7
- runs-on: ubuntu-latest
8
- container: zephyrprojectrtos/ci:latest
+ runs-on: ubuntu-22.04
+ container:
9
+ image: ghcr.io/zephyrproject-rtos/ci:latest
10
env:
11
CMAKE_PREFIX_PATH: /opt/toolchains
12
steps:
0 commit comments