Skip to content

Commit fc21f85

Browse files
committed
fix macOS build
1 parent d005d81 commit fc21f85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/studio.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
with:
4040
cli: 1.12.0.1479
4141

42-
- name: Install python
43-
uses: actions/setup-python@v5
44-
with:
45-
python-version: '3.11'
42+
# Required for font-scanner.
43+
- name: Install python setuptools
44+
if: matrix.os == 'macos-latest'
45+
run: brew install python-setuptools
4646

4747
- name: Electron Builder Action
4848
uses: samuelmeuli/action-electron-builder@v1.6.0

0 commit comments

Comments
 (0)