diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index efc0126..e8242e1 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -32,6 +32,9 @@ jobs: - name: ln Windows if: ${{ startsWith(matrix.target, 'windows') }} run: copy Makefile.msvc64 Makefile + - name: make Windows + if: ${{ startsWith(matrix.target, 'windows') }} + run: make /F Makefile.msvc64 - name: make run: make - name: mkdir