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.
actions/setup-python
1 parent 6b63f48 commit b86d6ddCopy full SHA for b86d6dd
.github/workflows/test-and-publish.yaml
@@ -90,7 +90,7 @@ jobs:
90
apt-get update -y
91
apt-get install -y sudo
92
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
93
- echo "RUNNER_TOOL_CACHE=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
+ echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
94
- uses: actions/setup-python@v5
95
if: ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
96
with:
0 commit comments