mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
⚙️ Fix build workflow
This commit is contained in:
parent
e25dfd288a
commit
817734c499
12
.github/workflows/check-app.yml
vendored
12
.github/workflows/check-app.yml
vendored
@ -46,5 +46,15 @@ jobs:
|
|||||||
build-app:
|
build-app:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Build
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Setup pnpm 8
|
||||||
|
uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: 8
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pnpm install
|
||||||
|
|
||||||
|
- name: Build app
|
||||||
run: pnpm onlybuild
|
run: pnpm onlybuild
|
||||||
|
Loading…
Reference in New Issue
Block a user