Update c-cpp.yml

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

View File

@ -32,10 +32,11 @@ jobs:
- name: ln Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: copy Makefile.msvc64 Makefile
- name: make Windows
- name: nmake Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: make /F Makefile.msvc64
run: nmake /F Makefile.msvc64
- name: make
if: ${{ !startsWith(matrix.target, 'windows') }}
run: make
- name: mkdir
run: mkdir ~/3proxy