From 0ca9030520ee6e74c03caa0c974ab2a95730e7a4 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 14 Mar 2025 16:27:16 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 82985f4..79cf67e 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -17,7 +17,7 @@ jobs: # run: ./configure - name: make run: make -f Makefile.Linux -# - name: make check -# run: make check -# - name: make distcheck -# run: make distcheck + - name: make install + run: make install + - name: make clean + run: make clean