diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-05-12 22:43:30 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-05-12 22:43:30 -0700 |
commit | c5732b26bb4d98cbec9de48cefad480cb880eb45 (patch) | |
tree | 9fb21a0aed9a0e0a0efd8b6665590a2506a503f6 | |
parent | 640d2f34913d88cbf1474f792c9fa9ea23b12029 (diff) |
CI: avoid using nmake.bat.
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 441d775..682fee4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,5 +40,5 @@ jobs: - uses: actions/checkout@v1 - name: Build and test run: | - nmake test + nmake.exe /nologo /f Makefile.nmake test |