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
d95b18f19f
commit
1a0f4325c5
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@ -34,10 +34,7 @@ jobs:
|
|||||||
run: copy Makefile.win Makefile
|
run: copy Makefile.win Makefile
|
||||||
- name: dir Windows
|
- name: dir Windows
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
if: ${{ startsWith(matrix.target, 'windows') }}
|
||||||
run: gcc -print-search-dirs
|
run: echo LIBS= -L c:/program files/openssl/lib;$LIBS >>Makefile.win
|
||||||
- name: set Windows
|
|
||||||
if: ${{ startsWith(matrix.target, 'windows') }}
|
|
||||||
run: cmd /c set
|
|
||||||
- name: make
|
- name: make
|
||||||
# if: ${{ !startsWith(matrix.target, 'windows') }}
|
# if: ${{ !startsWith(matrix.target, 'windows') }}
|
||||||
run: make
|
run: make
|
||||||
|
Loading…
Reference in New Issue
Block a user