diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-10-24 21:07:49 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-10-24 21:07:49 -0400 |
| commit | c1fabe5b35e9431d0cc355f7e7595bcfa3faffbc (patch) | |
| tree | a8f733d757028133067436bf7cd880db6f8d8335 /.github/workflows/build.yml | |
| parent | ed82f51bb713487dd0360f7960d5048d71af26e0 (diff) | |
| download | decky-loader-c1fabe5b35e9431d0cc355f7e7595bcfa3faffbc.tar.gz decky-loader-c1fabe5b35e9431d0cc355f7e7595bcfa3faffbc.zip | |
pin pyinstaller to 5.5-py3
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 ⬇️ |
