fix(ci): install ninja
This commit is contained in:
parent
4715292f93
commit
0c35e24b2b
5
.github/workflows/upload_full_src.yml
vendored
5
.github/workflows/upload_full_src.yml
vendored
@ -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 ."
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user