mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-21 19:52:08 +08:00
Update c-cpp.yml
This commit is contained in:
parent
cd52c363be
commit
0acd2e55e1
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@ -32,10 +32,11 @@ jobs:
|
|||||||
- name: ln Windows
|
- name: ln Windows
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
run: copy Makefile.msvc64 Makefile
|
run: copy Makefile.msvc64 Makefile
|
||||||
- name: make Windows
|
- name: nmake Windows
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
run: make /F Makefile.msvc64
|
run: nmake /F Makefile.msvc64
|
||||||
- name: make
|
- name: make
|
||||||
|
if: ${{ !startsWith(matrix.target, 'windows') }}
|
||||||
run: make
|
run: make
|
||||||
- name: mkdir
|
- name: mkdir
|
||||||
run: mkdir ~/3proxy
|
run: mkdir ~/3proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user