Skip to content

Commit e62be25

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
with:
5858
submodules: "recursive"
5959
- name: pyinstaller
60+
uses: actions/setup-python@v5
61+
with:
62+
python-version: '3.9'
63+
cache: 'pip'
6064
run: |
6165
pip3 install PyInstaller
6266
pip3 install requests

0 commit comments

Comments
 (0)