mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-07-23 06:38:32 +00:00
Remove Rustfmt until it becomes stable
This commit is contained in:
parent
465cf56426
commit
59c6614565
|
@ -7,9 +7,3 @@ addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libwebkit2gtk-4.0-dev
|
- libwebkit2gtk-4.0-dev
|
||||||
|
|
||||||
before_script: (cargo install rustfmt || true)
|
|
||||||
script:
|
|
||||||
- |
|
|
||||||
cargo fmt -- --write-mode=diff &&
|
|
||||||
cargo build
|
|
||||||
|
|
Loading…
Reference in a new issue