Try to add msbuild so we can build from source if the binary download fails for nodev14

This commit is contained in:
blam
2020-09-28 16:05:13 +02:00
parent a0893378f5
commit 2e8d01a10c
+2
View File
@@ -31,6 +31,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
- name: yarn install
run: yarn install --frozen-lockfile