This commit is contained in:
@@ -29,7 +29,7 @@ steps:
|
|||||||
image: debian:stable
|
image: debian:stable
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt upgrade -y
|
- apt update && apt upgrade -y
|
||||||
- apt install curl gcc
|
- apt install -y curl gcc
|
||||||
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
- . $HOME/.cargo/env
|
- . $HOME/.cargo/env
|
||||||
- cd /artifacts
|
- cd /artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user