diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-08-19 21:39:06 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-08-19 21:39:06 -0400 |
| commit | c76a15171106d7ffa6a391168895e172bf76a347 (patch) | |
| tree | dc4523b9c1a489b583fe1ba92db296a9cdbc1d99 /.github | |
| parent | 82cd5a9d2b8226f929b76c9c96574e43b5a9bea5 (diff) | |
set up msbuild.exe for node
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
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: | |
