From 16bd55a0746a577c100f08a489f638874274f07e Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 14 Mar 2025 16:28:40 +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 79cf67e..7e99f81 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -18,6 +18,6 @@ jobs: - name: make run: make -f Makefile.Linux - name: make install - run: make install + run: make -f Makefile.Linux install - name: make clean - run: make clean + run: make -f Makefile.Linux clean