Skip to content

Commit e2e669c

Browse files
authored
Update setup.sh
1 parent 4c1c008 commit e2e669c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ if [ $? -ne 0 ]; then
5959
fi
6060
rm "${HOME}/dartsdk.zip"
6161

62-
# Configure pub to use a fixed location (standard behavoir uses a different location on Windows).
63-
export PUB_CACHE="${HOME}/.pub-cache"
62+
# Configure pub to use a fixed location.
63+
echo "PUB_CACHE=${HOME}/.pub-cache" >> $GITHUB_ENV
6464

6565
# Update paths.
6666
echo "${HOME}/.pub-cache/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)