Skip to content

Commit 7c7fefd

Browse files
committed
more
1 parent 920809a commit 7c7fefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
run: yarn config set network-timeout 600000 -g
197197

198198
- name: Install dependencies
199-
run: yarn install --ignore-engines --ignore-scripts --frozen-lockfile
199+
run: npm install --global yarn && yarn install --ignore-engines --ignore-scripts --frozen-lockfile
200200

201201
- name: Configure safe directory
202202
run: |

0 commit comments

Comments
 (0)