add gcc-arm-linux-gnueabihf linker fore armv7

This commit is contained in:
jasonwitty 2025-11-22 11:31:32 -08:00
parent 524af0d123
commit dd1dbdf29b

View File

@ -58,7 +58,7 @@ jobs:
if: matrix.target == 'armv7-unknown-linux-gnueabihf' if: matrix.target == 'armv7-unknown-linux-gnueabihf'
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y libdrm-dev libdrm-amdgpu1 sudo apt-get install -y libdrm-dev libdrm-amdgpu1 gcc-arm-linux-gnueabihf
- name: Install cross-compilation tools (RISC-V) - name: Install cross-compilation tools (RISC-V)
if: matrix.target == 'riscv64gc-unknown-linux-gnu' if: matrix.target == 'riscv64gc-unknown-linux-gnu'