File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,17 +67,19 @@ jobs:
6767
6868 - name : Setup Zephyr project
6969 if : matrix.build-mode == 'manual'
70- uses : zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6
70+ uses : zephyrproject-rtos/action-zephyr-setup@5922adc19f631e5ac4bf43c872f1483e6422b845
7171 with :
7272 app-path : .
7373 sdk-version : 0.17.0
7474 toolchains : all
75+ west-group-filter : -hal,-tools,-bootloader,-babblesim
76+ west-project-filter : -nrf_hw_models
7577
7678 - if : matrix.build-mode == 'manual'
7779 shell : bash
7880 run : |
7981 ls -la
80- export ZEPHYR_SDK_INSTALL_DIR=$( PWD) /zephyr-sdk
82+ export ZEPHYR_SDK_INSTALL_DIR=${ PWD} /zephyr-sdk
8183 west build -b qemu_x86 samples/hello_world
8284
8385 - name : Perform CodeQL Analysis
You can’t perform that action at this time.
0 commit comments