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 0bdf150 commit 04a07a3Copy full SHA for 04a07a3
.github/workflows/codeql.yml
@@ -70,11 +70,14 @@ jobs:
70
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
71
with:
72
app-path: .
73
+ sdk-version: 0.17.0
74
toolchains: all
75
76
- if: matrix.build-mode == 'manual'
77
shell: bash
78
run: |
79
+ ls -la
80
+ export ZEPHYR_SDK_INSTALL_DIR=$(PWD)/zephyr-sdk
81
west build -b qemu_x86 samples/hello_world
82
83
- name: Perform CodeQL Analysis
0 commit comments