summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-10-14 23:25:13 -0400
committerAAGaming <aa@mail.catvibers.me>2022-10-14 23:25:13 -0400
commitfd187a67109c200fa676d10aedcefb5d30e46ef2 (patch)
treef39a753932be800d7c363ee274122b075c5223f1 /.github/workflows/build.yml
parent43ef9e65eabba8e9650a75fbe629e2cadfbcce37 (diff)
downloaddecky-loader-fd187a67109c200fa676d10aedcefb5d30e46ef2.tar.gz
decky-loader-fd187a67109c200fa676d10aedcefb5d30e46ef2.zip
forgot with
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml7
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