From c5732b26bb4d98cbec9de48cefad480cb880eb45 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 May 2020 22:43:30 -0700 Subject: CI: avoid using nmake.bat. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3