Skip to content

Commit d3dba5b

Browse files
authored
fix(CI): do not use the Python installation cached for Ubuntu 22.04
1 parent 15ec0bf commit d3dba5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +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
9697
- name: Setup XCode
9798
if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
9899
# SpiderMonkey requires XCode SDK version at least 13.3

0 commit comments

Comments
 (0)