mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-16 15:56:34 +00:00
setuptools
This commit is contained in:
parent
ae82b21613
commit
a6ce4498e2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -311,6 +311,10 @@ jobs:
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11.x'
|
||||
|
||||
- name: Ensure distutils is available
|
||||
run: |
|
||||
python -m pip install setuptools
|
||||
|
||||
- name: Install Go
|
||||
if: fromJSON(matrix.config.container) == null && env.IS_WINDOWS_CONFIG == false
|
||||
|
Loading…
x
Reference in New Issue
Block a user