bugfix in mac app builder

This commit is contained in:
Pedram Amini
2025-11-26 21:00:06 -06:00
parent 1d73ec8e2f
commit 4994fd4c74

View File

@@ -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