summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-10-24 21:07:49 -0400
committerAAGaming <aa@mail.catvibers.me>2022-10-24 21:07:49 -0400
commitc1fabe5b35e9431d0cc355f7e7595bcfa3faffbc (patch)
treea8f733d757028133067436bf7cd880db6f8d8335 /.github
parented82f51bb713487dd0360f7960d5048d71af26e0 (diff)
downloaddecky-loader-c1fabe5b35e9431d0cc355f7e7595bcfa3faffbc.tar.gz
decky-loader-c1fabe5b35e9431d0cc355f7e7595bcfa3faffbc.zip
pin pyinstaller to 5.5-py3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9df049b6..4c8e2773 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
- name: Install Python dependencies ⬇️
run: |
python -m pip install --upgrade pip
- pip install pyinstaller
+ pip install pyinstaller==5.5-py3
[ -f requirements.txt ] && pip install -r requirements.txt
- name: Install JS dependencies ⬇️