Skip to content

Commit b86d6dd

Browse files
authored
fix(CI): actions/setup-python do not use cache
1 parent 6b63f48 commit b86d6dd

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
@@ -90,7 +90,7 @@ jobs:
9090
apt-get update -y
9191
apt-get install -y sudo
9292
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
93+
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
9494
- uses: actions/setup-python@v5
9595
if: ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
9696
with:

0 commit comments

Comments
 (0)