Skip to content

Commit

Permalink
Fix for PEP-668 (Python 3.11+) changes (Macos 14 only for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Apr 30, 2024
1 parent e10df5d commit d1b374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
node-version: '19.x'
- name: Install Electron and build
run: |
python3 -m pip install setuptools
python3 --break-system-packages -m pip install setuptools
npm install electron-rebuild -g
npm install electron-builder -g
npm install
Expand Down

0 comments on commit d1b374d

Please sign in to comment.