From 06992a4a3ac07aaf8ed410a833d7f0ab7fbec5f4 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 14 Mar 2025 17:35:10 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 4a5441c..ce6a307 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -31,14 +31,11 @@ jobs: run: ln -s Makefile.FreeBSD Makefile - name: ln Windows if: ${{ startsWith(matrix.target, 'windows') }} - run: copy Makefile.msvc64 Makefile - - name: nmake Windows - if: ${{ startsWith(matrix.target, 'windows') }} - run: nmake /F Makefile.msvc64 + run: copy Makefile.llvm Makefile - name: make - if: ${{ !startsWith(matrix.target, 'windows') }} run: make - name: mkdir + if: ${{ startsWith(matrix.target, 'ubuntu') }} run: mkdir ~/3proxy - name: make install if: ${{ startsWith(matrix.target, 'ubuntu') }}