commit f44cd5123d334834b22612bbcf1aa3b06cedaabe parent 4503317e2c1ac2a42ba6310730bc01b962790f92 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Fri, 9 Jul 2021 23:37:37 +0200 Update c-cpp.yml Diffstat:
M | .github/workflows/c-cpp.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml @@ -25,8 +25,8 @@ jobs: matrix: os: [ubuntu-18.04, ubuntu-20.04] steps: - - name: Install Ubuntu dependencies - run: sudo apt-get install libcurl4 libcurl4-gnutls-dev + - name: Install build requirements + run: sudo apt-get install libncurses-dev, libcurl4-gnutls-dev - name: Check out repository uses: actions/checkout@v2 - name: make