Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2025-03-14 17:27:36 +03:00 committed by GitHub
parent 4dbe70f5ca
commit cd52c363be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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