diff options
| author | AAGaming <aagaming@riseup.net> | 2023-09-30 12:46:48 -0400 |
|---|---|---|
| committer | marios8543 <marios8543@gmail.com> | 2023-10-31 23:17:03 +0200 |
| commit | 0b01df73390912869a43ce1e2b71ce7c30f20de5 (patch) | |
| tree | c33ef3f79296efdda37bdd05006e80c34279e05b /.github/workflows/build-win.yml | |
| parent | c69ca5e82159c910b6931fb4f0fe329be9564155 (diff) | |
| download | decky-loader-0b01df73390912869a43ce1e2b71ce7c30f20de5.tar.gz decky-loader-0b01df73390912869a43ce1e2b71ce7c30f20de5.zip | |
oops
Diffstat (limited to '.github/workflows/build-win.yml')
| -rw-r--r-- | .github/workflows/build-win.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-win.yml b/.github/workflows/build-win.yml index 0e8d02af..e425c77f 100644 --- a/.github/workflows/build-win.yml +++ b/.github/workflows/build-win.yml @@ -31,7 +31,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pyinstaller==5.13.0 - pip install -r backend/requirements.txt + pip install -r requirements.txt - name: Install JS dependencies ⬇️ working-directory: ./frontend |
