From 29b30334841db91bed6651ea971a13998ea5423a Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Tue, 29 Aug 2023 15:41:23 +0000 Subject: [PATCH] .github/zephyr.yml: remove spurious `zephyr_revsion` matrix variable Fixes commit 6f9f2ee28ecf (".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 --- .github/workflows/zephyr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 981008749..9cc141952 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -209,7 +209,6 @@ jobs: # Sparse matrices are complicated, see comments on Linux matrix above. include: - build_opts: -d - zephyr_revsion: mnfst platforms: mtl