Skip to content

Commit

Permalink
Fix pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Apr 30, 2024
1 parent d1b374d commit 950e3aa
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 --break-system-packages -m pip install setuptools
python3 -m pip install --break-system-packages setuptools
npm install electron-rebuild -g
npm install electron-builder -g
npm install
Expand Down

0 comments on commit 950e3aa

Please sign in to comment.