mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
Fix default components for miri
This commit is contained in:
parent
6f4de0ad73
commit
f4fe19df4e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ for tool in clippy miri; do
|
|||
else
|
||||
default=$tool
|
||||
fi
|
||||
sed -i "/required: false/{N;s/\n$/\n default: $tool\n/}" action.yml
|
||||
sed -i "/required: false/{N;s/\n$/\n default: $default\n/}" action.yml
|
||||
git add action.yml
|
||||
git commit --quiet --message "components: $tool"
|
||||
git checkout --quiet -b $tool
|
||||
|
|
Loading…
Reference in a new issue