summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 61a021c..33495db 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,6 +33,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
+ - name: Install Prerequisites
+ shell: bash
+ run: sudo apt install -y ninja-build
- name: Configure Build & Test
shell: bash
@@ -46,6 +49,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
+ - name: Install Prerequisites
+ shell: bash
+ run: brew install ninja
- name: Configure Build & Test
shell: bash