Skip to content

Commit 4b72175

Browse files
authored
fix(CI): do not use the Python installation cached for Ubuntu 22.04
See also: actions/setup-python#1087
1 parent d3dba5b commit 4b72175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
apt-get update -y
9494
apt-get install -y sudo
9595
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
96-
rm -rf $RUNNER_TOOL_CACHE # do not use the Python installation cached for Ubuntu 22.04
96+
echo "RUNNER_TOOL_CACHE=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
9797
- name: Setup XCode
9898
if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
9999
# SpiderMonkey requires XCode SDK version at least 13.3

0 commit comments

Comments
 (0)