.github/tools: add missing -GNinja when building ALSA plugin

Fixes initial commit fb229b9cc1 (".github/tools.tml: add build of SOF
ALSA plugin")

Github free runners don't have that many cores but let's build in
parallel and use them all.

Perhaps even more useful: let's give people who copy the build steps
from this file a much faster build.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2024-03-05 02:12:15 +00:00 committed by Kai Vehmanen
parent 25423f5b6b
commit b9f331c8a6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
# One space character is enough to detect most quoting issues
- name: configure
run: cmake -B 'build plugin' -S tools/plugin
run: cmake -GNinja -B 'build plugin' -S tools/plugin
-GNinja -Wdev -Werror=dev --warn-uninitialized
# Retry with -j1 in case of error because parallel builds drown error