Update c-cpp.yml

Do not try to install on mac
This commit is contained in:
Vladimir Dubrovin 2025-03-14 17:04:42 +03:00 committed by GitHub
parent b1b64972c5
commit c71370ec03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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