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 98d6f27 commit 65f4195Copy full SHA for 65f4195
.github/workflows/module.yml
@@ -10,13 +10,13 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
container:
13
- image: "zephyrprojectrtos/ci:v0.11.10"
+ image: "zephyrprojectrtos/ci:v0.20.0"
14
# This only works with the "matrix" strategy
15
#fail-fast: false
16
env:
17
ZEPHYR_BASE: ${{ github.workspace }}/zephyr
18
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
19
- ZEPHYR_SDK_INSTALL_DIR: /opt/sdk/zephyr-sdk-0.11.4
+ ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
20
WS: ${{ github.workspace }}
21
GB: ${{ github.workspace }}/greybus
22
PATH: ${{ github.workspace }}/zephyr/scripts:${{ github.workspace }}/tools/net-tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 commit comments