From ab2c356ae88d16dd689ca2cb48cdc839bc9bfba7 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Mon, 19 Apr 2021 22:22:45 +0000 Subject: ci: build CLI tools in github actions Make sure that these tools continue to build, unfortunately this requires installing additional packages on Linux/MacOS, which is expected to slow down CI runs. Signed-off-by: GitHub --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33495db..25a7376 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: submodules: true - name: Install Prerequisites shell: bash - run: sudo apt install -y ninja-build + run: sudo apt install -y ninja-build libpopt-dev - name: Configure Build & Test shell: bash @@ -51,7 +51,7 @@ jobs: submodules: true - name: Install Prerequisites shell: bash - run: brew install ninja + run: brew install ninja popt - name: Configure Build & Test shell: bash -- cgit v1.2.1