summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-posix-cmake.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-posix-cmake.yml b/.github/workflows/build-posix-cmake.yml
index 86a4d0f9..68d325b2 100644
--- a/.github/workflows/build-posix-cmake.yml
+++ b/.github/workflows/build-posix-cmake.yml
@@ -24,12 +24,12 @@ jobs:
- name: Install brew dependencies
run: |
- HOMEBREW_NO_AUTO_UPDATE=1 brew install readline
+ HOMEBREW_NO_AUTO_UPDATE=1 brew install readline ninja
if: ${{ contains(matrix.os, 'macos') }}
- name: Install APT dependencies
run: |
- sudo apt install -y libreadline-dev
+ sudo apt install -y libreadline-dev ninja-build
if: ${{ !contains(matrix.os, 'macos') }}
- name: Configure CMake