Skip to content

Commit d7ce4b1

Browse files
Fix setup action path for Zephyr project in build workflow
1 parent ab9ea2a commit d7ce4b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: 3.12
3131

3232
- name: Setup Zephyr project
33-
uses: actions/setup-zephyr
33+
uses: ./.github/actions/setup-zephyr
3434
with:
3535
app-path: example-application
3636
toolchains: arm-zephyr-eabi,xtensa-espressif_esp32s3_zephyr-elf

0 commit comments

Comments
 (0)