Skip to content

Commit 5657bff

Browse files
author
GBDixonAlex
committed
- fix macos ci
1 parent bad7f2f commit 5657bff

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@ jobs:
5959
with:
6060
submodules: "recursive"
6161
- name: pyinstaller
62-
run: |
63-
python3 -m pip install PyInstaller
64-
python3 -m pip install requests
62+
uses: actions/setup-python@v5
63+
with:
64+
python-version: '3.9'
65+
cache: 'pip'
66+
- run: |
67+
pip3 install PyInstaller
68+
pip3 install requests
6569
- name: build
6670
run: python3 -m PyInstaller scripts/pmbuild.py -y --onefile -i NONE --distpath build/dist/ --workpath build/work/ --hiddenimport=requests
6771
- name: zip

0 commit comments

Comments
 (0)