install deps libdrm-dev libdrm-amdgpu1 on build box

This commit is contained in:
jasonwitty 2025-08-11 23:46:08 -07:00
parent 0a70d7fd39
commit ffb381e40e

View File

@ -14,6 +14,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y libdrm-dev libdrm-amdgpu1
- name: Cargo fmt
run: cargo fmt --all -- --check
- name: Clippy