specify correct package name
This commit is contained in:
parent
8c531f9981
commit
e04e344e2c
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'
|
if: matrix.target == 'aarch64-unknown-linux-gnu'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libdrm-dev libdrm-amdgpu1 aarch64-linux-gnu-gcc
|
sudo apt-get install -y libdrm-dev libdrm-amdgpu1 gcc-aarch64-linux-gnu
|
||||||
|
|
||||||
- name: Install cross-compilation tools (ARMhf)
|
- name: Install cross-compilation tools (ARMhf)
|
||||||
if: matrix.target == 'armv7-unknown-linux-gnueabihf'
|
if: matrix.target == 'armv7-unknown-linux-gnueabihf'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user