We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b8a98 commit dc3030dCopy full SHA for dc3030d
.github/workflows/build.yml
@@ -32,8 +32,8 @@ jobs:
32
restore-keys: |
33
${{ runner.os }}-yarn-
34
35
- - name: Install Yarn
36
- run: npm install -g yarn && yarn config set ignore-engines true
+ - name: Install Yarn and Build Tools
+ run: npm install -g yarn windows-build-tools && yarn config set ignore-engines true
37
38
- name: Cache node_modules
39
id: node-modules-cache
0 commit comments