Skip to content

Commit a2de2cd

Browse files
Fix nightly (#69) (#70)
Signed-off-by: Pablo Garrido <[email protected]> (cherry picked from commit 3e4bf04) Co-authored-by: Pablo Garrido <[email protected]>
1 parent 010f66c commit a2de2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sdk_filename: zephyr-sdk-$TOOLCHAIN_VERSION\_linux-x86_64_minimal.tar.gz
3131
- zephyr_version: zephyr-v3.1.0
3232
zephyr_sdk: 0.14.2
33-
sdk_filename: zephyr-sdk-$TOOLCHAIN_VERSION_linux-x86_64_minimal.tar.gz
33+
sdk_filename: zephyr-sdk-$TOOLCHAIN_VERSION\_linux-x86_64_minimal.tar.gz
3434
steps:
3535
- uses: actions/checkout@v2
3636
with:

0 commit comments

Comments
 (0)