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 15ec0bf commit d3dba5bCopy full SHA for d3dba5b
.github/workflows/test-and-publish.yaml
@@ -93,6 +93,7 @@ jobs:
93
apt-get update -y
94
apt-get install -y sudo
95
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
97
- name: Setup XCode
98
if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
99
# SpiderMonkey requires XCode SDK version at least 13.3
0 commit comments