mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-06 21:30:12 +08:00
Update c-cpp.yml
This commit is contained in:
parent
81f573ddec
commit
2df68ddb33
7
.github/workflows/c-cpp.yml
vendored
7
.github/workflows/c-cpp.yml
vendored
@ -59,7 +59,12 @@ jobs:
|
|||||||
- name: make clean Windows
|
- name: make clean Windows
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
run: make -f Makefile.win clean
|
run: make -f Makefile.win clean
|
||||||
- name: make Windows
|
- name: Setup MSVC environment
|
||||||
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
|
uses: microsoft/setup-msbuild@v1
|
||||||
|
with:
|
||||||
|
msbuild-version: latest
|
||||||
|
- name: make Windows MSVC
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
run: nmake /F Makefile.msvc64
|
run: nmake /F Makefile.msvc64
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user