mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
add fdisk for docker
This commit is contained in:
parent
e54dba7840
commit
1631730a88
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ run_test:
|
||||||
- rustc -vV
|
- rustc -vV
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- apt install -y fdisk
|
- apt install -y libfdisk-dev
|
||||||
script:
|
script:
|
||||||
- cargo clippy -- --deny clippy::pedantic
|
- cargo clippy -- --deny clippy::pedantic
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue