use pined version of rust
This commit is contained in:
parent
5823ef1c7b
commit
076b3b9458
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ steps:
|
|||
- event: push
|
||||
branch: main
|
||||
- event: pull_request
|
||||
image: docker.io/rust:latest
|
||||
image: docker.io/rust:1.52.1
|
||||
commands:
|
||||
- apt-get install libssl-dev
|
||||
- cargo build
|
||||
|
@ -15,6 +15,6 @@ steps:
|
|||
- event: push
|
||||
branch: main
|
||||
- event: pull_request
|
||||
image: docker.io/rust:latest
|
||||
image: docker.io/rust:1.52.1
|
||||
commands:
|
||||
- cargo test
|
||||
|
|
Loading…
Reference in a new issue