Shot in the dark.

This commit is contained in:
Nicolas Patry 2024-09-11 14:32:58 +02:00
parent d40b4ea675
commit ae88fa2f61
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -31,6 +31,8 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
id: python id: python
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
with: with:
python-version: 3.11 python-version: 3.11
- name: Install Rust - name: Install Rust