From cd0c2a83d442f78b013383868b35781ceecf9fe5 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Mon, 27 Oct 2025 23:53:26 +0100 Subject: [PATCH] ci: updated binutils, 2. try --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cc522e..64101f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,8 +57,10 @@ jobs: - name: Install ARM binutils run: | + echo "set man-db/auto-update false" | sudo debconf-communicate + sudo dpkg-reconfigure man-db sudo apt-get download binutils-aarch64-linux-gnu - sudo dpkg -i -o Dpkg::Options::="--no-triggers" binutils-aarch64-linux-gnu_*.deb + sudo dpkg -i binutils-aarch64-linux-gnu_*.deb - name: Generate debug asm files if: strategy.job-index == 0