summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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