ci: updated bin binutils install to improve speed

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

View File

@ -57,9 +57,8 @@ jobs:
- name: Install ARM binutils
run: |
which aarch64-linux-gnu-objdump || echo "Not found: aarch64-linux-gnu-objdump"
sudo apt-get install --no-install-recommends -y binutils-aarch64-linux-gnu
sudo apt-get download binutils-aarch64-linux-gnu
sudo dpkg -i binutils-aarch64-linux-gnu_*.deb
- name: Generate debug asm files
if: strategy.job-index == 0
@ -189,4 +188,4 @@ jobs:
else
echo "Updating existing release for $TAG"
gh release upload "$TAG" release/* --clobber
fi
fi