diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-05-12 22:54:36 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-05-12 22:54:36 -0700 |
commit | 2a42369f4233b092392d75dbc2c539a481a8cb03 (patch) | |
tree | f474f0ab823cf4c1c73d2d0169cb52a012f7c67b | |
parent | 8cf576367bfe1993a80ac8cf69a6624bf67a3f11 (diff) |
Windows CI: try installing msvc tools.
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a556498..40c00ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: steps: - uses: actions/checkout@v1 + - uses: ilammy/msvc-dev-cmd@v1 - name: Build and test run: | nmake.exe /nologo /f Makefile.nmake test |