mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-06 12:43:11 +08:00
Update c-cpp.yml
Do not try to install on mac
This commit is contained in:
parent
b1b64972c5
commit
c71370ec03
1
.github/workflows/c-cpp.yml
vendored
1
.github/workflows/c-cpp.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
- name: mkdir
|
||||
run: mkdir ~/3proxy
|
||||
- name: make install
|
||||
if: ${{ startsWith(matrix.target, 'ubuntu') }}
|
||||
run: make DESTDIR=~/3proxy -f Makefile install
|
||||
- name: make clean
|
||||
run: make -f Makefile clean
|
||||
|
Loading…
Reference in New Issue
Block a user