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
16bd55a074
commit
51fc2f6dcb
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -17,7 +17,9 @@ jobs:
|
|||||||
# run: ./configure
|
# run: ./configure
|
||||||
- name: make
|
- name: make
|
||||||
run: make -f Makefile.Linux
|
run: make -f Makefile.Linux
|
||||||
|
- name: mkdir
|
||||||
|
run: mkdir ~/3proxy
|
||||||
- name: make install
|
- name: make install
|
||||||
run: make -f Makefile.Linux install
|
run: make DESTDIR=~/3proxy -f Makefile.Linux install
|
||||||
- name: make clean
|
- name: make clean
|
||||||
run: make -f Makefile.Linux clean
|
run: make -f Makefile.Linux clean
|
||||||
|
Loading…
Reference in New Issue
Block a user