diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 0160424..746d85d 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -6,7 +6,7 @@ on: - master - feature/debian-packaging tags: - - 'v*' + - "v*" pull_request: branches: - master @@ -39,6 +39,11 @@ jobs: - name: Install cargo-deb run: cargo install cargo-deb + - name: Install build dependencies + run: | + sudo apt-get update + sudo apt-get install -y libdrm-dev libdrm-amdgpu1 + - name: Install cross-compilation tools (ARM64) if: matrix.target == 'aarch64-unknown-linux-gnu' run: |