Skip to content
Snippets Groups Projects
Commit d914967c authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

ci: Use a specific version of the gir checker

parent 002958f0
No related branches found
No related tags found
No related merge requests found
......@@ -300,8 +300,8 @@ gir-checks:
extends: .img-stable
stage: 'extras'
script:
- git clone --depth 1 https://github.com/gtk-rs/checker
- cd checker && echo '[workspace]' >> Cargo.toml
- git clone https://github.com/gtk-rs/checker
- cd checker && git reset --hard df3ac62ae7f9876dc34a62b71f3a5427e4a4956d && echo '[workspace]' >> Cargo.toml
- cargo build --release
- |
cargo run --release -- \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment