Skip to content

Commit dc3030d

Browse files
Update build.yml
1 parent a8b8a98 commit dc3030d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-yarn-
3434
35-
- name: Install Yarn
36-
run: npm install -g yarn && yarn config set ignore-engines true
35+
- name: Install Yarn and Build Tools
36+
run: npm install -g yarn windows-build-tools && yarn config set ignore-engines true
3737

3838
- name: Cache node_modules
3939
id: node-modules-cache

0 commit comments

Comments
 (0)