diff options
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/freebsd.yml | 2 | ||||
-rw-r--r-- | .builds/linux.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index ec2e1616..7e02e9cd 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -24,7 +24,7 @@ tasks: - clippy: | cd alacritty rustup component add clippy - cargo clippy --all-targets + cargo clippy - oldstable: | cd alacritty rustup toolchain install --profile minimal 1.43.1 diff --git a/.builds/linux.yml b/.builds/linux.yml index 90c31836..b1243d91 100644 --- a/.builds/linux.yml +++ b/.builds/linux.yml @@ -27,7 +27,7 @@ tasks: - clippy: | cd alacritty rustup component add clippy - cargo clippy --all-targets + cargo clippy - oldstable: | cd alacritty rustup toolchain install --profile minimal 1.43.1 |