ci: Checkout git submodules before running gir checks

This commit is contained in:
Sebastian Dröge 2022-09-04 22:46:57 +03:00
parent efe13948cc
commit 8d982d8b51

View file

@ -472,6 +472,7 @@ gir-checks:
- job: 'build-stable'
artifacts: false
script:
- git submodule update --checkout
- python3 ci/gir-checks.py
outdated: