refactor: .devops/rustlings_test.yml

This commit is contained in:
zhenxing 2023-04-07 10:11:44 +08:00 committed by jianmu
parent 7e7b7aad52
commit 346fe0ee45
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ workflow:
script:
- cd $GIT_PATH
- apt update
- apt install curl -y
- apt install curl build-essential -y
- curl -sSf https://sh.rustup.rs -o rustup.rs
- sh rustup.rs --profile minimal --default-toolchain nightly -c
rust-src,rustfmt,clippy -y