mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-11 05:16:34 +00:00
Pin Python version at 3.11 in build workflow
Python 3.12.x is incompatible with the current version of node-gyp (9.4.0). For this reason, it is necessary to configure the "GitHub Actions" workflow to use the compatible Python 3.11.x until the next release of node-gyp (which should contain a fix for the breakage) is made.
This commit is contained in:
parent
d19778d0fb
commit
7e8f723df3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -304,7 +304,7 @@ jobs:
|
|||||||
if: fromJSON(matrix.config.container).image == null
|
if: fromJSON(matrix.config.container).image == null
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.11.x'
|
||||||
|
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user