fix(ci): install ninja

This commit is contained in:
Curve 2022-05-19 13:48:34 +02:00
parent 4715292f93
commit 0c35e24b2b
No known key found for this signature in database
GPG Key ID: 460F6C466BD35813

View File

@ -15,7 +15,7 @@ on:
name: Upload source with submodules
jobs:
upload-full-src:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
@ -28,6 +28,9 @@ jobs:
submodules: recursive
path: Soundux
- name: Install dependencies
run: "sudo apt-get update && sudo apt-get install git build-essential cmake ninja-build"
- name: Fetch Required External Dependencies
run: "cd Soundux && cmake -GNinja ."