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