summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-10-24 21:08:35 -0400
committerAAGaming <aa@mail.catvibers.me>2022-10-24 21:08:35 -0400
commita9bd5079de35fea7106e16cf0a07567e36a3d376 (patch)
tree7d1a18b67f1aa05ac68730965df12c3ff2ac328b /.github
parentc1fabe5b35e9431d0cc355f7e7595bcfa3faffbc (diff)
downloaddecky-loader-a9bd5079de35fea7106e16cf0a07567e36a3d376.tar.gz
decky-loader-a9bd5079de35fea7106e16cf0a07567e36a3d376.zip
remove ver suffixv2.3.1-pre1
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 4c8e2773..733e76e0 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==5.5-py3
+ pip install pyinstaller==5.5
[ -f requirements.txt ] && pip install -r requirements.txt
- name: Install JS dependencies ⬇️