From c3511292b026cb1edb027302e887c31e1cfb81d6 Mon Sep 17 00:00:00 2001 From: Yorick de Wid Date: Sat, 24 Oct 2020 19:21:12 +0200 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index ce8ac92..c28edcb 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,11 +15,8 @@ jobs: - uses: actions/checkout@v2 - name: Install PostgreSQL development tools run: sudo apt install postgresql-server-dev-13 -# - name: configure -# run: ./configure - - name: make + - name: Make run: make -# - name: make check -# run: make check -# - name: make distcheck -# run: make distcheck + - name: Install + run: sudo make install +