mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
pkg: bump rust version used to build packages
This commit is contained in:
parent
af7aecca4c
commit
ddbeb40438
@ -28,7 +28,7 @@ env:
|
|||||||
configure:
|
configure:
|
||||||
steps:
|
steps:
|
||||||
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
|
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
|
||||||
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78
|
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.80
|
||||||
- cmd: pacman -Syu --noconfirm
|
- cmd: pacman -Syu --noconfirm
|
||||||
pkg: true
|
pkg: true
|
||||||
build:
|
build:
|
||||||
|
@ -26,7 +26,7 @@ env:
|
|||||||
configure:
|
configure:
|
||||||
steps:
|
steps:
|
||||||
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
|
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
|
||||||
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78
|
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.80
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
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 &&
|
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 &&
|
||||||
apt install -y /tmp/blueprint-compiler.deb
|
apt install -y /tmp/blueprint-compiler.deb
|
||||||
|
@ -28,7 +28,7 @@ env:
|
|||||||
configure:
|
configure:
|
||||||
steps:
|
steps:
|
||||||
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
|
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
|
||||||
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78
|
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.80
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
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 &&
|
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 &&
|
||||||
apt install -y /tmp/blueprint-compiler.deb
|
apt install -y /tmp/blueprint-compiler.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user