Skip to content

Commit 157405b

Browse files
committed
Add components clippy and rustfmt
1 parent edf42d1 commit 157405b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
# we need to override the rust version.
119119
rust_version=$(grep channel rustc_codegen_gcc/rust-toolchain | cut -f3 -d' ' | sed 's/"//g')
120120
rustup override set $rust_version
121+
rustup component add clippy rustfmt
121122
122123
echo "MAKE_KRUSTFLAGS=KRUSTFLAGS=-Zcodegen-backend=$(pwd)/rustc_codegen_gcc/target/release/librustc_codegen_gcc.so" >> $GITHUB_ENV
123124

0 commit comments

Comments
 (0)