mirror of https://github.com/Nonannet/copapy.git
ci: deactivated man page build after install binutils
This commit is contained in:
parent
dccf5cf8e2
commit
195f8aa87b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue