mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-09 22:13:11 +08:00
Update c-cpp.yml
This commit is contained in:
parent
4dbe70f5ca
commit
cd52c363be
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user