cmark

My personal build of CMark ✏️

Commit
c5732b26bb4d98cbec9de48cefad480cb880eb45
Parent
640d2f34913d88cbf1474f792c9fa9ea23b12029
Author
John MacFarlane <jgm@berkeley.edu>
Date

CI: avoid using nmake.bat.

Diffstat

1 file changed, 1 insertion, 1 deletion

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