refactor: .devops/rustlings_test.yml
This commit is contained in:
parent
7e7b7aad52
commit
346fe0ee45
|
@ -15,7 +15,7 @@ workflow:
|
||||||
script:
|
script:
|
||||||
- cd $GIT_PATH
|
- cd $GIT_PATH
|
||||||
- apt update
|
- apt update
|
||||||
- apt install curl -y
|
- apt install curl build-essential -y
|
||||||
- curl -sSf https://sh.rustup.rs -o rustup.rs
|
- curl -sSf https://sh.rustup.rs -o rustup.rs
|
||||||
- sh rustup.rs --profile minimal --default-toolchain nightly -c
|
- sh rustup.rs --profile minimal --default-toolchain nightly -c
|
||||||
rust-src,rustfmt,clippy -y
|
rust-src,rustfmt,clippy -y
|
||||||
|
|
Loading…
Reference in New Issue