Skip to content

Commit

Permalink
fix build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Jul 18, 2024
1 parent b7eb915 commit 91b5d7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 9
# version: 9
run_install: false

# - name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 9
# version: 9.1.2
run_install: false

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 9
# version: 9.1.2
run_install: false

# - name: Get pnpm store directory
Expand Down

0 comments on commit 91b5d7b

Please sign in to comment.