ci: Remove a missed needs

This commit is contained in:
Jakob Bornecrantz 2022-05-20 00:46:01 +01:00
parent 6cabf38e36
commit b31813564c
2 changed files with 0 additions and 4 deletions

View file

@ -265,8 +265,6 @@ win:container_prep:
extends:
- .monado.variables.windows:vs2022
image: $MONADO_IMAGE
needs:
- win:container_prep
# Style check job
format-and-spellcheck:
extends:

View file

@ -74,5 +74,3 @@ win:container_prep:
extends:
- .monado.variables.windows:vs2022
image: $MONADO_IMAGE
needs:
- win:container_prep