From 314b5a1ee2e0a14ced48cc15591f5725c080547f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 May 2020 22:47:40 -0700 Subject: Windows CI: specify cmd shell. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 441d775..07b44d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,4 +41,5 @@ jobs: - name: Build and test run: | nmake test + shell: cmd -- cgit v1.2.3