summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-05-12 22:54:36 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-05-12 22:54:36 -0700
commit2a42369f4233b092392d75dbc2c539a481a8cb03 (patch)
treef474f0ab823cf4c1c73d2d0169cb52a012f7c67b
parent8cf576367bfe1993a80ac8cf69a6624bf67a3f11 (diff)
Windows CI: try installing msvc tools.
-rw-r--r--.github/workflows/ci.yml1
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