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 d938836 commit 60ff162Copy full SHA for 60ff162
.github/workflows/codeql.yml
@@ -104,7 +104,7 @@ jobs:
104
run: |
105
export ZEPHYR_BASE=${PWD}
106
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
107
- west twister -p native_sim --build-only -v -T tests/ || true
+ west twister -p qemu_x86_64 --build-only -v -T tests/ || true
108
109
- name: Perform CodeQL Analysis
110
uses: github/codeql-action/analyze@v3
0 commit comments