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 edfef13 commit 4201876Copy full SHA for 4201876
.ci/utils.sh
@@ -57,6 +57,6 @@ export PIP_BREAK_SYSTEM_PACKAGES=1
57
pip install -q -r "${MONOREPO_ROOT}"/.ci/all_requirements.txt
58
59
# The ARM64 builders run on AWS and don't have access to the GCS cache.
60
-if [[ "$GITHUB_ACTIONS" != "" ]] && [[ "$RUNNER_OS" != "ARM64" ]]; then
+if [[ "$GITHUB_ACTIONS" != "" ]] && [[ "$RUNNER_ARCH" != "ARM64" ]]; then
61
python .ci/cache_lit_timing_files.py download
62
fi
0 commit comments