Skip to content

Commit

Permalink
Update build-binary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazzzny authored Jun 5, 2024
1 parent c994559 commit 5405a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo installer -pkg python-3.9.13-macosx10.9.pkg -target /
- name: Install dependencies
run: |
python3 -m pip install --break-system-packages --upgrade pip
/usr/local/bin/python3.9 -m pip install --upgrade pip
pip3 install requests pyinstaller
npm install -g pkg
- name: Create Asar Binary
Expand Down

0 comments on commit 5405a07

Please sign in to comment.