ci: deactivated man page build after install binutils

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

View File

@ -58,7 +58,7 @@ jobs:
- name: Install ARM binutils
run: |
sudo apt-get download binutils-aarch64-linux-gnu
sudo dpkg -i binutils-aarch64-linux-gnu_*.deb
sudo dpkg -i -o Dpkg::Options::="--no-triggers" binutils-aarch64-linux-gnu_*.deb
- name: Generate debug asm files
if: strategy.job-index == 0