add gcc-arm-linux-gnueabihf linker fore armv7
This commit is contained in:
parent
524af0d123
commit
dd1dbdf29b
2
.github/workflows/build-deb.yml
vendored
2
.github/workflows/build-deb.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
if: matrix.target == 'armv7-unknown-linux-gnueabihf'
|
||||
run: |
|
||||
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)
|
||||
if: matrix.target == 'riscv64gc-unknown-linux-gnu'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user