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