Skip to content

Commit

Permalink
- fix macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GBDixonAlex committed Jul 12, 2024
1 parent bad7f2f commit 5657bff
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,13 @@ jobs:
with:
submodules: "recursive"
- name: pyinstaller
run: |
python3 -m pip install PyInstaller
python3 -m pip install requests
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip'
- run: |
pip3 install PyInstaller
pip3 install requests
- name: build
run: python3 -m PyInstaller scripts/pmbuild.py -y --onefile -i NONE --distpath build/dist/ --workpath build/work/ --hiddenimport=requests
- name: zip
Expand Down

0 comments on commit 5657bff

Please sign in to comment.