mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
fix: add system update to arch linux package build script
This commit is contained in:
parent
76e5c2bcc4
commit
f4cf31d57e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user