mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
fix: add Python 3.11 setup for Windows build (distutils removed in 3.12+)
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -112,6 +112,13 @@ jobs:
|
||||
if: matrix.platform == 'win'
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
|
||||
# Windows: Setup Python 3.11 for node-gyp (Python 3.12+ removed distutils)
|
||||
- name: Setup Python for node-gyp (Windows)
|
||||
if: matrix.platform == 'win'
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
# macOS: Setup Python 3.11 for node-gyp (Python 3.12+ removed distutils)
|
||||
- name: Setup Python for node-gyp
|
||||
if: matrix.platform == 'mac'
|
||||
|
||||
Reference in New Issue
Block a user