Skip to content

Commit 7330f51

Browse files
authored
fix(ci): add toolchain in justfile (#309)
1 parent 4f7c2c0 commit 7330f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fmt-check:
1010
cargo +{{toolchain}} fmt --check
1111

1212
clippy:
13-
cargo clippy --all-features --no-deps -- -D warnings
13+
cargo +{{toolchain}} clippy --all-features --no-deps -- -D warnings
1414

1515
docker-build-pbs:
1616
docker build -t commitboost_pbs_default . -f ./provisioning/pbs.Dockerfile

0 commit comments

Comments
 (0)