From 92fc0f404454fe2186a51268c5d474d576d85025 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:39:26 +0100 Subject: [PATCH] Fixed installing `aria2` Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com> --- .github/workflows/windows-release-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-release-build.yml b/.github/workflows/windows-release-build.yml index 4622f4de0..c6333e8b0 100644 --- a/.github/workflows/windows-release-build.yml +++ b/.github/workflows/windows-release-build.yml @@ -90,6 +90,7 @@ jobs: set -x mkdir -p ~/win-cross cd engine/ + sudo add-apt-repository ppa:savoury1/backports sudo apt-get update sudo apt-get install -y python3-pip autoconf \ autoconf2.13 \ @@ -131,7 +132,7 @@ jobs: wget \ zip \ zlib1g-dev \ - aria2c + aria2 echo Setup wine aria2c "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/gecko.cache.level-1.toolchains.v3.linux64-wine.latest/artifacts/public%2Fbuild%2Fwine.tar.zst" -o wine.tar.zst tar --zstd -xvf wine.tar.zst -C ~/win-cross