diff --git a/.github/actions/install-rust/action.yml b/.github/actions/install-rust/action.yml index d8016f78e9..bf50acf267 100644 --- a/.github/actions/install-rust/action.yml +++ b/.github/actions/install-rust/action.yml @@ -44,6 +44,12 @@ runs: EOF fi + # Use a more efficient method for fetching the crates.io-index than + # the (currently) default git-based index. + cat >> "$GITHUB_ENV" <