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