From 334979463307edc3c2d9763cabc885ce67c23821 Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Thu, 6 Aug 2020 08:56:07 -0500 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index a7ba5cc6..9d862ab3 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -18,7 +18,7 @@ jobs: # - name: configure # run: ./configure - name: make - run: make + run: make all # - name: make check # run: make check # - name: make distcheck