Skip to content

Commit e76f33a

Browse files
committed
fix: ios build script
1 parent 1e6d5ff commit e76f33a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
with:
5050
node-version: '22.x'
5151

52+
- name: Setup pnpm
53+
uses: pnpm/action-setup@v4
54+
with:
55+
version: 10
56+
5257
- name: Install Dependencies
5358
run: pnpm install
5459

0 commit comments

Comments
 (0)