forked from mirrors/gstreamer-rs
ci: gir-checks: Update submodules before running jobs
This might explain the weird diff we were seeing in submodule hashes. All other jobs checking `git diff` after their operations make sure they're up-to-date, except the `gir-checks` step.
This commit is contained in:
parent
b15d8e4c2e
commit
819d60ec8b
1 changed files with 2 additions and 0 deletions
|
@ -381,6 +381,8 @@ deny:
|
|||
- cargo deny --color=always check
|
||||
|
||||
gir-checks:
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
extends: .img-stable
|
||||
stage: 'extras'
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue