diff options
| author | AAGaming <aagaming@riseup.net> | 2026-09-02 15:57:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-02 15:57:05 -0400 |
| commit | ef3c038c0949a4a76e4220e96f25b901cbb03b61 (patch) | |
| tree | d29a1eff33eebff5d43bc3d2014f70b7170459ff /.github/workflows/build-win.yml | |
| parent | 636523b4f997c64af1c1fa54007f09729002ca4e (diff) | |
| download | decky-loader-ef3c038c0949a4a76e4220e96f25b901cbb03b61.tar.gz decky-loader-ef3c038c0949a4a76e4220e96f25b901cbb03b61.zip | |
dont forget windows
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 6fa99b8e..6cf504c4 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-lockfile --dangerously-allow-all-builds + pnpm i --frozen-lockfile - name: Build JS Frontend 🛠️ working-directory: ./frontend |
