From 8d4585958de44a8d5e2b0e05d9f98861bda114ca Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Fri, 17 Oct 2025 14:54:31 +0200 Subject: [PATCH] Adding apt update --- .melodium-ci/lib-root.mel | 1 + 1 file changed, 1 insertion(+) 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",