Skip to content

Commit 04a07a3

Browse files
committed
sdk version
Signed-off-by: Anas Nashif <[email protected]>
1 parent 0bdf150 commit 04a07a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,14 @@ jobs:
7070
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
7171
with:
7272
app-path: .
73+
sdk-version: 0.17.0
7374
toolchains: all
7475

7576
- if: matrix.build-mode == 'manual'
7677
shell: bash
7778
run: |
79+
ls -la
80+
export ZEPHYR_SDK_INSTALL_DIR=$(PWD)/zephyr-sdk
7881
west build -b qemu_x86 samples/hello_world
7982
8083
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)