diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-10-14 23:24:39 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-10-14 23:24:39 -0400 |
| commit | 43ef9e65eabba8e9650a75fbe629e2cadfbcce37 (patch) | |
| tree | e1d9342bd89999000463e7d2ee27fbb072369455 /.github | |
| parent | 9233ee58c6110df0d5e9dbe025d8c03a558aa4eb (diff) | |
| download | decky-loader-43ef9e65eabba8e9650a75fbe629e2cadfbcce37.tar.gz decky-loader-43ef9e65eabba8e9650a75fbe629e2cadfbcce37.zip | |
this arg format is terrible
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ccf9798..2c39f491 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,8 +59,10 @@ jobs: [ -f requirements.txt ] && pip install -r requirements.txt - name: Install JS dependencies ⬇️ - working-directory: ./frontend uses: pnpm/action-setup@v2.2.3 + run_install: | + - cwd: ./frontend + args: [--frozen-lockfile] - name: Build JS Frontend 🛠️ working-directory: ./frontend |
