From b6884d6398caae3217520e0511f73406be7bf825 Mon Sep 17 00:00:00 2001 From: Yorick de Wid <yorickdewid@users.noreply.github.com> Date: Sat, 24 Oct 2020 19:19:38 +0200 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 1863d96..ce8ac92 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -14,11 +14,11 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install PostgreSQL development tools - run: sudo apt install postgresql-server-dev-all + run: sudo apt install postgresql-server-dev-13 # - name: configure # run: ./configure -# - name: make -# run: make + - name: make + run: make # - name: make check # run: make check # - name: make distcheck