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 3070db6 commit 4c1c008Copy full SHA for 4c1c008
setup.sh
@@ -59,6 +59,9 @@ 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"
64
+
65
# Update paths.
66
echo "${HOME}/.pub-cache/bin" >> $GITHUB_PATH
67
echo "${RUNNER_TOOL_CACHE}/dart-sdk/bin" >> $GITHUB_PATH
0 commit comments