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
086971a587
commit
3e77e4a8a5
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
run: ln -s Makefile.FreeBSD Makefile
|
run: ln -s Makefile.FreeBSD Makefile
|
||||||
- name: ln Windows
|
- name: ln Windows
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
run: copy Makefile.llvm Makefile
|
run: copy Makefile.win Makefile
|
||||||
- name: dir Windows
|
- name: dir Windows
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
run: dir "C:\Program Files\OpenSSL\lib"
|
run: dir "C:\Program Files\OpenSSL\lib"
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
run: cmd /c set
|
run: cmd /c set
|
||||||
- name: make
|
- name: make
|
||||||
if: ${{ !startsWith(matrix.target, 'windows') }}
|
# if: ${{ !startsWith(matrix.target, 'windows') }}
|
||||||
run: make
|
run: make
|
||||||
- name: mkdir
|
- name: mkdir
|
||||||
if: ${{ startsWith(matrix.target, 'ubuntu') }}
|
if: ${{ startsWith(matrix.target, 'ubuntu') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user