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