diff options
| author | AAGaming <aagaming@riseup.net> | 2025-07-13 02:42:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-13 02:42:16 -0400 |
| commit | 670ae7d8a7d8fc8efc28ce403865177ebf0b715e (patch) | |
| tree | ef700f9950667bd4e574c72f9b1dcc3f146d24c7 | |
| parent | 01ec1663bcd98fe2cbff3a7f636969a1e4f5dd3d (diff) | |
| download | decky-loader-670ae7d8a7d8fc8efc28ce403865177ebf0b715e.tar.gz decky-loader-670ae7d8a7d8fc8efc28ce403865177ebf0b715e.zip | |
OOPSv3.1.9
| -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 5601fa27..6fa99b8e 100644 --- a/.github/workflows/build-win.yml +++ b/.github/workflows/build-win.yml @@ -41,7 +41,7 @@ jobs: working-directory: ./frontend run: | npm i -g pnpm - pnpm i --frozen-lockfilem --dangerously-allow-all-builds + pnpm i --frozen-lockfile --dangerously-allow-all-builds - name: Build JS Frontend 🛠️ working-directory: ./frontend |
