diff --git a/.melodium-ci/lib-root.mel b/.melodium-ci/lib-root.mel index 0bd55213..8689cb91 100644 --- a/.melodium-ci/lib-root.mel +++ b/.melodium-ci/lib-root.mel @@ -65,6 +65,7 @@ treatment buildTestAyaForArch[logger: Logger, runner: CicdRunnerEngine, github_c commands = |raw_commands([ |format("rustup target add {arch}", |entry("arch", arch)), "dpkg --add-architecture arm64", + "apt-get update", "apt-get install -y liblzma-dev:arm64", ${bash -c "curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash -"}, "cargo binstall cargo-hack",