Skip to content

Commit

Permalink
fix: pnpm recursive install
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Oct 28, 2023
1 parent 9abb841 commit 693374b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: 8
run_install: false
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
# - name: Get pnpm store directory
# shell: bash
Expand All @@ -37,9 +39,6 @@ jobs:
# restore-keys: |
# ${{ runner.os }}-pnpm-store-

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Bootstrap dependencies
run: pnpm bootstrap && pnpm build

Expand Down

0 comments on commit 693374b

Please sign in to comment.