Rust Init #6
@ -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
|
||||
|
Reference in New Issue
Block a user