Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a6ce449

Browse files
committedJul 1, 2024·
setuptools
1 parent ae82b21 commit a6ce449

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,10 @@ jobs:
311311
uses: actions/setup-python@v5
312312
with:
313313
python-version: '3.11.x'
314+
315+
- name: Ensure distutils is available
316+
run: |
317+
python -m pip install setuptools
314318
315319
- name: Install Go
316320
if: fromJSON(matrix.config.container) == null && env.IS_WINDOWS_CONFIG == false

0 commit comments

Comments
 (0)
Please sign in to comment.