diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40c00ad..73c265f 100644 --- 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  | 
