From ae88fa2f610adfd0a506f98bf5fb1a8cfd9222a8 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 11 Sep 2024 14:32:58 +0200 Subject: [PATCH] Shot in the dark. --- .github/workflows/tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7a31e1b7..82512aef 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -31,6 +31,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 id: python + env: + AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache with: python-version: 3.11 - name: Install Rust