feat: update ci

This commit is contained in:
pomelo-nwu 2023-08-24 15:47:03 +08:00
parent 42b84b84ed
commit 286b4d6aac

View File

@ -38,8 +38,8 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: pnpm install --no-frozen-lockfile
if: steps.cache.outputs.cache-hit != 'true'
run: pnpm install --no-frozen-lockfile
- name: Run CI
run: |