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
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
image: docker.io/rust:latest
|
image: docker.io/rust:1.52.1
|
||||||
commands:
|
commands:
|
||||||
- apt-get install libssl-dev
|
- apt-get install libssl-dev
|
||||||
- cargo build
|
- cargo build
|
||||||
|
@ -15,6 +15,6 @@ steps:
|
||||||
- event: push
|
- event: push
|
||||||
branch: main
|
branch: main
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
image: docker.io/rust:latest
|
image: docker.io/rust:1.52.1
|
||||||
commands:
|
commands:
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Loading…
Reference in a new issue