Skip to content

Commit 664ff91

Browse files
fixup! [#70236] Add windows tests to gh actions
1 parent e69672d commit 664ff91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
tar xf ${{ env.ZEPHYR_SDK_FILENAME }}
5050
pushd ${{ env.ZEPHYR_SDK_BASENAME }}
5151
./setup.sh -t all -c
52-
popd echo "ZEPHYR_SDK_INSTALL_DIR=$(pwd)/${{ env.ZEPHYR_SDK_BASENAME }}" >> $GITHUB_ENV
52+
popd
53+
echo "ZEPHYR_SDK_INSTALL_DIR=$(pwd)/${{ env.ZEPHYR_SDK_BASENAME }}" >> $GITHUB_ENV
5354
5455
- name: Get Zephyr source
5556
run: |

0 commit comments

Comments
 (0)