ci: Pin rust-nightly image
This commit is contained in:
parent
65a471416e
commit
f9fcc0df3f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ variables:
|
||||||
# Configure and run code checks
|
# Configure and run code checks
|
||||||
# Exits and fails if an error is encountered
|
# Exits and fails if an error is encountered
|
||||||
checks:
|
checks:
|
||||||
image: "rustlang/rust:nightly-slim"
|
image: "instrumentisto/rust:nightly-slim-2023-08-11"
|
||||||
stage: check
|
stage: check
|
||||||
script:
|
script:
|
||||||
- scripts/checks.sh --verbose --force-install
|
- scripts/checks.sh --verbose --force-install
|
||||||
|
|
Loading…
Reference in a new issue