diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f7367d170..05254a82a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -285,11 +285,11 @@ jobs: run: | git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries.git thirdparty/freetype/ .\.github\workflows\windows-install-sdl.bat -# - name: Build -# run: | -# echo %VFLAGS% -# echo $VFLAGS -# .\make.bat -msvc + - name: Build + run: | + echo %VFLAGS% + echo $VFLAGS + .\make.bat -msvc # - name: Test # run: | # .\v.exe -silent test-compiler