From 3e77e4a8a55c412c9398fb6a67071a2d43ba4960 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 14 Mar 2025 19:06:38 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 35aa7bd..4e5a402 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -31,7 +31,7 @@ jobs: run: ln -s Makefile.FreeBSD Makefile - name: ln Windows if: ${{ startsWith(matrix.target, 'windows') }} - run: copy Makefile.llvm Makefile + run: copy Makefile.win Makefile - name: dir Windows if: ${{ startsWith(matrix.target, 'windows') }} run: dir "C:\Program Files\OpenSSL\lib" @@ -39,7 +39,7 @@ jobs: if: ${{ startsWith(matrix.target, 'windows') }} run: cmd /c set - name: make - if: ${{ !startsWith(matrix.target, 'windows') }} +# if: ${{ !startsWith(matrix.target, 'windows') }} run: make - name: mkdir if: ${{ startsWith(matrix.target, 'ubuntu') }}