fix: add update fix to headless and libadwaita arch package builds

This commit is contained in:
Ilya Zlobintsev 2024-04-06 13:00:21 +03:00
parent f4cf31d57e
commit 1576cca132
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,8 @@ configure:
steps:
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
- cmd: sh /tmp/install_rust.sh -y --default-toolchain stable
- cmd: pacman -Syu --noconfirm
pkg: true
build:
steps:
- cmd: bash -c "source $HOME/.cargo/env && cd LACT && make build-release-headless"

View File

@ -31,6 +31,8 @@ configure:
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 &&
apt install -y /tmp/blueprint-compiler.deb
deb: true
- cmd: pacman -Syu --noconfirm
pkg: true
build:
steps:
- cmd: bash -c "source $HOME/.cargo/env && cd LACT && make build-release-libadwaita"