From 745b877835fed47e06daa3295aaf86312867f6f1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 May 2020 22:47:20 -0700 Subject: Revert "CI: avoid using nmake.bat." This reverts commit c5732b26bb4d98cbec9de48cefad480cb880eb45. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3