Update c-cpp.yml

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

View File

@ -31,14 +31,11 @@ jobs:
run: ln -s Makefile.FreeBSD Makefile
- name: ln Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: copy Makefile.msvc64 Makefile
- name: nmake Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: nmake /F Makefile.msvc64
run: copy Makefile.llvm Makefile
- name: make
if: ${{ !startsWith(matrix.target, 'windows') }}
run: make
- name: mkdir
if: ${{ startsWith(matrix.target, 'ubuntu') }}
run: mkdir ~/3proxy
- name: make install
if: ${{ startsWith(matrix.target, 'ubuntu') }}