diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-10-14 23:25:13 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-10-14 23:25:13 -0400 |
| commit | fd187a67109c200fa676d10aedcefb5d30e46ef2 (patch) | |
| tree | f39a753932be800d7c363ee274122b075c5223f1 | |
| parent | 43ef9e65eabba8e9650a75fbe629e2cadfbcce37 (diff) | |
| download | decky-loader-fd187a67109c200fa676d10aedcefb5d30e46ef2.tar.gz decky-loader-fd187a67109c200fa676d10aedcefb5d30e46ef2.zip | |
forgot with
| -rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c39f491..81b1977a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,9 +60,10 @@ jobs: - name: Install JS dependencies ⬇️ uses: pnpm/action-setup@v2.2.3 - run_install: | - - cwd: ./frontend - args: [--frozen-lockfile] + with: + run_install: | + - cwd: ./frontend + args: [--frozen-lockfile] - name: Build JS Frontend 🛠️ working-directory: ./frontend |
