summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2021-04-19 22:22:45 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2021-04-19 17:58:33 -0700
commitab2c356ae88d16dd689ca2cb48cdc839bc9bfba7 (patch)
treecc195e13f9467d6a002d4f880049b7c1b82f910e /.github
parentbcd882101b5dc424be25dbb2693c8688ec016b33 (diff)
downloadrabbitmq-c-ab2c356ae88d16dd689ca2cb48cdc839bc9bfba7.tar.gz
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 <noreply@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
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