pkg: update blueprint-builder link in deb builds

This commit is contained in:
Ilya Zlobintsev 2024-12-07 21:14:18 +02:00
parent 64ecff471f
commit 571d5d9fcf
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ configure:
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78
- cmd: >-
curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.10.0-3_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
deb: true
- cmd: pacman -Syu --noconfirm

View File

@ -30,7 +30,7 @@ configure:
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.78
- cmd: >-
curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.10.0-3_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
deb: true
- cmd: pacman -Syu --noconfirm