Skip to content

Commit 29278d6

Browse files
Update build.yml
1 parent 52c0d1f commit 29278d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
${{ runner.os }}-yarn-
3333
3434
- name: Install Yarn
35-
run: npm install -g yarn
36-
run: yarn config set ignore-engines true
35+
run: npm install -g yarn && yarn config set ignore-engines true
3736

3837
- name: Cache node_modules
3938
uses: actions/cache@v3

0 commit comments

Comments
 (0)