We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf42d1 commit 157405bCopy full SHA for 157405b
.github/workflows/ci.yaml
@@ -118,6 +118,7 @@ jobs:
118
# we need to override the rust version.
119
rust_version=$(grep channel rustc_codegen_gcc/rust-toolchain | cut -f3 -d' ' | sed 's/"//g')
120
rustup override set $rust_version
121
+ rustup component add clippy rustfmt
122
123
echo "MAKE_KRUSTFLAGS=KRUSTFLAGS=-Zcodegen-backend=$(pwd)/rustc_codegen_gcc/target/release/librustc_codegen_gcc.so" >> $GITHUB_ENV
124
0 commit comments