diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-10-24 21:08:35 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-10-24 21:08:35 -0400 |
| commit | a9bd5079de35fea7106e16cf0a07567e36a3d376 (patch) | |
| tree | 7d1a18b67f1aa05ac68730965df12c3ff2ac328b | |
| parent | c1fabe5b35e9431d0cc355f7e7595bcfa3faffbc (diff) | |
| download | decky-loader-a9bd5079de35fea7106e16cf0a07567e36a3d376.tar.gz decky-loader-a9bd5079de35fea7106e16cf0a07567e36a3d376.zip | |
remove ver suffixv2.3.1-pre1
| -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 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 ⬇️ |
