fix: add system update to arch linux package build script

This commit is contained in:
Ilya Zlobintsev 2024-04-06 12:29:04 +03:00
parent 76e5c2bcc4
commit f4cf31d57e

View File

@ -33,6 +33,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"