Skip to content

Commit aad16ac

Browse files
committed
chore: update code
1 parent bb9bf5f commit aad16ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
node-version: 18
8585
- name: Install Dependencies
86-
run: npm install -g [email protected] && pnpm i --frozen-lockfile
86+
run: npm install -g [email protected] && pnpm i --no-frozen-lockfile
8787
- run: rustup target add ${{ matrix.settings.target }}
8888
if: ${{ matrix.settings.target }}
8989
# Use the v1 of this action

0 commit comments

Comments
 (0)