We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1c008 commit e2e669cCopy full SHA for e2e669c
setup.sh
@@ -59,8 +59,8 @@ if [ $? -ne 0 ]; then
59
fi
60
rm "${HOME}/dartsdk.zip"
61
62
-# Configure pub to use a fixed location (standard behavoir uses a different location on Windows).
63
-export PUB_CACHE="${HOME}/.pub-cache"
+# Configure pub to use a fixed location.
+echo "PUB_CACHE=${HOME}/.pub-cache" >> $GITHUB_ENV
64
65
# Update paths.
66
echo "${HOME}/.pub-cache/bin" >> $GITHUB_PATH
0 commit comments