diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-05-12 22:47:20 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-05-12 22:47:20 -0700 |
commit | 745b877835fed47e06daa3295aaf86312867f6f1 (patch) | |
tree | 8f2296bf77176e548b62347b9f640d7c0ccb51e4 | |
parent | c5732b26bb4d98cbec9de48cefad480cb880eb45 (diff) |
Revert "CI: avoid using nmake.bat."
This reverts commit c5732b26bb4d98cbec9de48cefad480cb880eb45.
-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 682fee4..441d775 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.exe /nologo /f Makefile.nmake test + nmake test |