Skip to content

Commit 4201876

Browse files
committed
Cache fix
1 parent edfef13 commit 4201876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ export PIP_BREAK_SYSTEM_PACKAGES=1
5757
pip install -q -r "${MONOREPO_ROOT}"/.ci/all_requirements.txt
5858

5959
# The ARM64 builders run on AWS and don't have access to the GCS cache.
60-
if [[ "$GITHUB_ACTIONS" != "" ]] && [[ "$RUNNER_OS" != "ARM64" ]]; then
60+
if [[ "$GITHUB_ACTIONS" != "" ]] && [[ "$RUNNER_ARCH" != "ARM64" ]]; then
6161
python .ci/cache_lit_timing_files.py download
6262
fi

0 commit comments

Comments
 (0)