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 d3dba5b commit 4b72175Copy full SHA for 4b72175
.github/workflows/test-and-publish.yaml
@@ -93,7 +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
+ echo "RUNNER_TOOL_CACHE=/" >> $GITHUB_ENV # 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