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