cmark

My personal build of CMark ✏️

Commit
57f814d944be734d0952dacdc3e7ef5f6784d668
Parent
9e5209054ce3ba4cf7edc616e97d88de01983dd7
Author
John MacFarlane <jgm@berkeley.edu>
Date

Windows CI: ensure UTF-8.

Diffstat

1 file changed, 1 insertion, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified .github/workflows/ci.yml 1 1 0
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -41,5 +41,6 @@ jobs:
     - uses: ilammy/msvc-dev-cmd@v1
     - name: Build and test
       run: |
+        chcp 65001
         nmake.exe /nologo /f Makefile.nmake test
       shell: cmd