mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 22:20:53 +10:00
Force py3.6 for pip
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Python Dependencies
|
- name: Install Python Dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install -U pip
|
python3.6 -m pip install -U pip
|
||||||
pip3 install pyinstaller
|
pip3 install pyinstaller
|
||||||
|
|
||||||
- run: pyinstaller Opencore-Patcher.spec
|
- run: pyinstaller Opencore-Patcher.spec
|
||||||
|
|||||||
Reference in New Issue
Block a user