mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-11 16:13:51 +03:00
setup-pnpm action is bad, do it ourself
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -59,11 +59,10 @@ jobs:
|
||||
[ -f requirements.txt ] && pip install -r requirements.txt
|
||||
|
||||
- name: Install JS dependencies ⬇️
|
||||
uses: pnpm/action-setup@v2.2.3
|
||||
with:
|
||||
run_install: |
|
||||
- cwd: ./frontend
|
||||
args: [--frozen-lockfile]
|
||||
working-directory: ./frontend
|
||||
run:
|
||||
npm i -g pnpm
|
||||
pnpm ci --frozen-lockfile
|
||||
|
||||
- name: Build JS Frontend 🛠️
|
||||
working-directory: ./frontend
|
||||
|
||||
Reference in New Issue
Block a user