(experiment) skip GH action env writes in Windows
This commit is contained in:
parent
9f3136fd35
commit
45af9e614b
1 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,9 @@ echo "Got the latest MS tag: ${LATEST_MS_TAG}"
|
|||
|
||||
git clone https://github.com/Microsoft/vscode.git --branch $LATEST_MS_TAG --depth 1
|
||||
|
||||
# for GH actions
|
||||
if [[ "$CI_WINDOWS" != "True" ]]; then
|
||||
echo "LATEST_MS_COMMIT=$LATEST_MS_COMMIT" >> $GITHUB_ENV
|
||||
echo "LATEST_MS_TAG=$LATEST_MS_TAG" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue