mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
ci: fix nightly version for cirrus ci (#4200)
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ task:
|
|||||||
setup_script:
|
setup_script:
|
||||||
- pkg install -y bash curl
|
- pkg install -y bash curl
|
||||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||||
- sh rustup.sh -y --profile minimal --default-toolchain nightly-2021-07-09
|
- sh rustup.sh -y --profile minimal --default-toolchain nightly-2021-10-25
|
||||||
- . $HOME/.cargo/env
|
- . $HOME/.cargo/env
|
||||||
- |
|
- |
|
||||||
echo "~~~~ rustc --version ~~~~"
|
echo "~~~~ rustc --version ~~~~"
|
||||||
|
|||||||
Reference in New Issue
Block a user