mirror of https://github.com/Nonannet/copapy.git
ci: binutils-aarch64 installation fixed
This commit is contained in:
parent
844101b91c
commit
3ea60b5120
|
|
@ -64,8 +64,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "set man-db/auto-update false" | sudo debconf-communicate
|
echo "set man-db/auto-update false" | sudo debconf-communicate
|
||||||
sudo dpkg-reconfigure man-db
|
sudo dpkg-reconfigure man-db
|
||||||
sudo apt-get download binutils-aarch64-linux-gnu
|
sudo apt-get update
|
||||||
sudo dpkg -i binutils-aarch64-linux-gnu_*.deb
|
sudo apt-get install --no-install-recommends --no-install-suggests binutils-aarch64-linux-gnu
|
||||||
|
|
||||||
- name: Generate debug asm files
|
- name: Generate debug asm files
|
||||||
if: strategy.job-index == 0
|
if: strategy.job-index == 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue