ci: updated binutils, 2. try

This commit is contained in:
Nicolas Kruse 2025-10-27 23:53:26 +01:00 committed by GitHub
parent 195f8aa87b
commit cd0c2a83d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -57,8 +57,10 @@ jobs:
- name: Install ARM binutils - name: Install ARM binutils
run: | 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 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 - name: Generate debug asm files
if: strategy.job-index == 0 if: strategy.job-index == 0