diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31878cd..4bf2e64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + fi