Update .github/workflows/build.yml
use main of action-zephyr-setup because that hasn't been tagged since fixing nekos/act runners
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
python-version: 3.11
|
||||
|
||||
- name: Setup Zephyr project
|
||||
uses: zephyrproject-rtos/action-zephyr-setup@v1
|
||||
uses: zephyrproject-rtos/action-zephyr-setup@main
|
||||
with:
|
||||
app-path: example-application
|
||||
toolchains: arm-zephyr-eabi
|
||||
|
Reference in New Issue
Block a user