CI: ubuntu needs to explicitly install Ninja

This commit is contained in:
Adriaan de Groot 2024-01-09 22:53:48 +01:00
parent 437a30fdcf
commit 5583c15291

View File

@ -25,7 +25,7 @@ jobs:
shell: bash
run: |
apt-get update
apt-get -y install git-core jq curl
apt-get -y install git-core jq curl ninja-build
- name: "prepare source"
uses: calamares/actions/generic-checkout@v5
- name: "install dependencies"