Update .drone.yml
Some checks reported warnings
Cargo Build & Test / Rust project - latest (stable) (push) Has been cancelled
Cargo Build & Test / Rust project - latest (stable) (pull_request) Has been cancelled
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

i am giving up
This commit is contained in:
Leon Wilzer 2023-11-17 09:33:12 +01:00
parent 83b8a860d9
commit ce134c7dbe

View File

@ -6,7 +6,7 @@ platform:
steps:
- name: test
image: "${RUST_IMAGE}"
image: rust:1.66.1-alpine
commands:
- rustc --version
- cargo --version
@ -21,7 +21,7 @@ platform:
steps:
- name: test
image: "${RUST_IMAGE}"
image: rust:1.66.1-alpine
commands:
- rustc --version
- cargo --version