Skip to content

Commit 5e73750

Browse files
author
GBDixonAlex
committed
- fix macos ci
1 parent a3b9701 commit 5e73750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
submodules: "recursive"
5959
- name: pyinstaller
6060
run: |
61-
brew install pipx
62-
pipx install PyInstaller
61+
pip3 install PyInstaller
62+
pip3 install requests
6363
- name: build
6464
run: python3 -m PyInstaller jsn.py -y --onefile -i NONE --distpath build/dist/ --workpath build/work/
6565
- name: zip

0 commit comments

Comments
 (0)