mirror of https://github.com/thesofproject/sof.git
.github/zephyr.yml: remove spurious `zephyr_revsion` matrix variable
Fixes commit 6f9f2ee28e
(".github/zephyr: build with the debug overlay
and CONFIG_ASSERT")
Remove misspelled `zephyr_revsion` matrix variable. It was a hasty
copy/paste in that commit.
It's a harmless no-op because build-windows does not play any git tricks
and always builds from the manifest. However it makes the list of
configurations confusing in the Github interface.
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
45ca3d430d
commit
29b3033484
|
@ -209,7 +209,6 @@ jobs:
|
||||||
# Sparse matrices are complicated, see comments on Linux matrix above.
|
# Sparse matrices are complicated, see comments on Linux matrix above.
|
||||||
include:
|
include:
|
||||||
- build_opts: -d
|
- build_opts: -d
|
||||||
zephyr_revsion: mnfst
|
|
||||||
platforms: mtl
|
platforms: mtl
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue