mirror of https://github.com/Nonannet/copapy.git
ci: updated bin binutils install to improve speed
This commit is contained in:
parent
4dbfe64195
commit
dccf5cf8e2
|
|
@ -57,9 +57,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install ARM binutils
|
- name: Install ARM binutils
|
||||||
run: |
|
run: |
|
||||||
which aarch64-linux-gnu-objdump || echo "Not found: aarch64-linux-gnu-objdump"
|
sudo apt-get download binutils-aarch64-linux-gnu
|
||||||
sudo apt-get install --no-install-recommends -y binutils-aarch64-linux-gnu
|
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
|
||||||
|
|
@ -189,4 +188,4 @@ jobs:
|
||||||
else
|
else
|
||||||
echo "Updating existing release for $TAG"
|
echo "Updating existing release for $TAG"
|
||||||
gh release upload "$TAG" release/* --clobber
|
gh release upload "$TAG" release/* --clobber
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue