fix(ci): use ninja as generator

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

View File

@ -29,7 +29,7 @@ jobs:
path: Soundux
- name: Fetch Required External Dependencies
run: "cmake ."
run: "cd Soundux && cmake -GNinja ."
- name: Create tarball
uses: master-atul/tar-action@v1.0.2