aboutsummaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-11-10 01:36:19 +0000
committerGitHub <noreply@github.com>2020-11-10 04:36:19 +0300
commitdae014511dd18f141407b341e35058627471a9f6 (patch)
tree103e5dcfda213971d5fd65e96af1216304cc344a /.builds/freebsd.yml
parent78f6cc40863f7a0eca5bd2ef46c966fb6790a2b0 (diff)
downloadalacritty-dae014511dd18f141407b341e35058627471a9f6.tar.gz
alacritty-dae014511dd18f141407b341e35058627471a9f6.zip
Fix github actions clippy job
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml2
1 files changed, 1 insertions, 1 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