From 8cf576367bfe1993a80ac8cf69a6624bf67a3f11 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 May 2020 22:49:16 -0700 Subject: Revert "Revert "CI: avoid using nmake.bat."" This reverts commit 745b877835fed47e06daa3295aaf86312867f6f1. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07b44d0..a556498 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,5 @@ jobs: - uses: actions/checkout@v1 - name: Build and test run: | - nmake test + nmake.exe /nologo /f Makefile.nmake test shell: cmd - -- cgit v1.2.3