add fdisk for docker

This commit is contained in:
Aaron Honeycutt 2025-04-23 19:19:11 -06:00
parent e54dba7840
commit 1631730a88

View file

@ -5,7 +5,7 @@ run_test:
- rustc -vV
- rustup component add clippy
- rustup component add rustfmt
- apt install -y fdisk
- apt install -y libfdisk-dev
script:
- cargo clippy -- --deny clippy::pedantic
- cargo fmt --all -- --check