bug: Fix verbose logging in GitHub Workflow

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/202
Signed-off-by: Patrick Lang <patrick.lang@sdf.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Patrick Lang 2022-08-21 15:03:37 -07:00 committed by Jaroslav Kysela
commit 5a0815a5b3

View file

@ -24,8 +24,8 @@ jobs:
- name: Validate syntax
run: |
cd alsa-tests/python/ucm-validator
make LOGLEVEL=2 verify
make V=2 verify
- name: Validate configurations
run: |
cd alsa-tests/python/ucm-validator
make LOGLEVEL=2 configs
make V=2 configs