From c4f740db6319f142657c55a6c773898aef7d978d Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 14 Mar 2025 18:53:44 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index ce6a307..b2f7824 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -32,7 +32,14 @@ jobs: - name: ln Windows if: ${{ startsWith(matrix.target, 'windows') }} run: copy Makefile.llvm Makefile + - name: dir Windows + if: ${{ startsWith(matrix.target, 'windows') }} + run: dir \ + - name: set Windows + if: ${{ startsWith(matrix.target, 'windows') }} + run: set - name: make + if: ${{ !startsWith(matrix.target, 'windows') }} run: make - name: mkdir if: ${{ startsWith(matrix.target, 'ubuntu') }}