summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-08-19 21:39:06 -0400
committerLex Neva <github.com@lexneva.name>2020-08-19 21:39:06 -0400
commitc76a15171106d7ffa6a391168895e172bf76a347 (patch)
treedc4523b9c1a489b583fe1ba92db296a9cdbc1d99 /.github
parent82cd5a9d2b8226f929b76c9c96574e43b5a9bea5 (diff)
set up msbuild.exe for node
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
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: |