Commit 1c0adf5 1 parent e4dfeea commit 1c0adf5 Copy full SHA for 1c0adf5
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 28
28
configure :
29
29
steps :
30
30
- cmd : curl -o /tmp/install_rust.sh $RUSTUP_URL
31
- - cmd : sh /tmp/install_rust.sh -y --default-toolchain 1.80
31
+ - cmd : sh /tmp/install_rust.sh -y
32
+ - cmd : rustup default 1.80
32
33
- cmd : pacman -Syu --noconfirm
33
34
pkg : true
34
35
build :
Original file line number Diff line number Diff line change 26
26
configure :
27
27
steps :
28
28
- cmd : curl -o /tmp/install_rust.sh $RUSTUP_URL
29
- - cmd : sh /tmp/install_rust.sh -y --default-toolchain 1.80
29
+ - cmd : sh /tmp/install_rust.sh -y
30
+ - cmd : rustup default 1.80
30
31
- cmd : >-
31
32
curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.14.0-1_all.deb &&
32
33
apt install -y /tmp/blueprint-compiler.deb
Original file line number Diff line number Diff line change 28
28
configure :
29
29
steps :
30
30
- cmd : curl -o /tmp/install_rust.sh $RUSTUP_URL
31
- - cmd : sh /tmp/install_rust.sh -y --default-toolchain 1.80
31
+ - cmd : sh /tmp/install_rust.sh -y
32
+ - cmd : rustup default 1.80
32
33
- cmd : >-
33
34
curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.14.0-1_all.deb &&
34
35
apt install -y /tmp/blueprint-compiler.deb
You can’t perform that action at this time.
0 commit comments