CI: ubuntu needs to explicitly install Ninja
This commit is contained in:
parent
437a30fdcf
commit
5583c15291
2
.github/workflows/nightly-ubuntu.yml
vendored
2
.github/workflows/nightly-ubuntu.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user