summaryrefslogtreecommitdiffstats
path: root/.builds/ci.yml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-06-01 18:02:24 -0500
committerToby Vincent <tobyv13@gmail.com>2023-06-01 19:03:32 -0500
commit02b8e55c60537f150afc0389dc1488c1b15b365e (patch)
tree7030fb566c2292b1e24c08f3c0b03ce9237a35ab /.builds/ci.yml
parent662c8b099f7e284c627a21d7bc8d3e094fdf70ea (diff)
build: fix incorrect argument
Diffstat (limited to '.builds/ci.yml')
-rw-r--r--.builds/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/ci.yml b/.builds/ci.yml
index 9f6e9e5..3aaed11 100644
--- a/.builds/ci.yml
+++ b/.builds/ci.yml
@@ -10,7 +10,7 @@ environment:
tasks:
- fmt: |
cd projectr
- cargo fmt --frozen --all --check
+ cargo fmt --all --check
- prepare: |
cd projectr
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"