We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8933c commit 3e4bf04Copy full SHA for 3e4bf04
1 file changed
.github/workflows/nightly.yml
@@ -30,7 +30,7 @@ jobs:
30
sdk_filename: zephyr-sdk-$TOOLCHAIN_VERSION\_linux-x86_64_minimal.tar.gz
31
- zephyr_version: zephyr-v3.1.0
32
zephyr_sdk: 0.14.2
33
- sdk_filename: zephyr-sdk-$TOOLCHAIN_VERSION_linux-x86_64_minimal.tar.gz
+ sdk_filename: zephyr-sdk-$TOOLCHAIN_VERSION\_linux-x86_64_minimal.tar.gz
34
steps:
35
- uses: actions/checkout@v2
36
with:
0 commit comments