cmark

My personal build of CMark ✏️

Commit
8cf576367bfe1993a80ac8cf69a6624bf67a3f11
Parent
314b5a1ee2e0a14ced48cc15591f5725c080547f
Author
John MacFarlane <jgm@berkeley.edu>
Date

Revert "Revert "CI: avoid using nmake.bat.""

This reverts commit 745b877835fed47e06daa3295aaf86312867f6f1.

Diffstat

1 file changed, 1 insertion, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified .github/workflows/ci.yml 3 1 2
diff --git 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
-