From c76a15171106d7ffa6a391168895e172bf76a347 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Wed, 19 Aug 2020 21:39:06 -0400 Subject: set up msbuild.exe for node --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 391db4c7..f91e5f55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,6 +81,7 @@ jobs: with: python-version: '2.7.x' architecture: 'x86' + - uses: microsoft/setup-msbuild@v1.0.1 - name: download dependencies shell: bash run: | -- cgit v1.2.3