install aarch64-linux-gnu-gcc build dep
This commit is contained in:
parent
7fe302a3e2
commit
8c531f9981
2
.github/workflows/build-deb.yml
vendored
2
.github/workflows/build-deb.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
if: matrix.target == 'aarch64-unknown-linux-gnu'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libdrm-dev libdrm-amdgpu1
|
||||
sudo apt-get install -y libdrm-dev libdrm-amdgpu1 aarch64-linux-gnu-gcc
|
||||
|
||||
- name: Install cross-compilation tools (ARMhf)
|
||||
if: matrix.target == 'armv7-unknown-linux-gnueabihf'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user