diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-18 18:02:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-18 18:02:06 +0000 |
commit | f3c576023673969f7341a28133a72e016cb3d4f8 (patch) | |
tree | 755d9b24bff21ab9c1fcbdcb6bff41e9ed100bc3 /.builds | |
parent | 7a4b4a6a24e3894051fd31da63ee6baca16c70ce (diff) | |
download | alacritty-f3c576023673969f7341a28133a72e016cb3d4f8.tar.gz alacritty-f3c576023673969f7341a28133a72e016cb3d4f8.zip |
Fix rustfmt build failures
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/rustfmt.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/rustfmt.yml b/.builds/rustfmt.yml index fe863e47..52836217 100644 --- a/.builds/rustfmt.yml +++ b/.builds/rustfmt.yml @@ -3,8 +3,8 @@ sources: - https://github.com/alacritty/alacritty tasks: - rustup: | - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly --profile minimal - $HOME/.cargo/bin/rustup component add rustfmt + curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain none + $HOME/.cargo/bin/rustup toolchain install nightly -c rustfmt - rustfmt: | cd alacritty $HOME/.cargo/bin/cargo fmt -- --check |