mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 17:41:05 +00:00
ci: no need to fetch gtk-rs checker history
This commit is contained in:
parent
429962bdd7
commit
23545fcf7d
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ gir-checks:
|
||||||
extends: .img-stable
|
extends: .img-stable
|
||||||
stage: 'extras'
|
stage: 'extras'
|
||||||
script:
|
script:
|
||||||
- git clone https://github.com/gtk-rs/checker
|
- git clone --depth 1 https://github.com/gtk-rs/checker
|
||||||
- cd checker && echo '[workspace]' >> Cargo.toml
|
- cd checker && echo '[workspace]' >> Cargo.toml
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue