Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/metrics.yaml')
| -rw-r--r-- | .github/workflows/metrics.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/metrics.yaml b/.github/workflows/metrics.yaml index 1407bd8f68..3fe2fc917a 100644 --- a/.github/workflows/metrics.yaml +++ b/.github/workflows/metrics.yaml @@ -21,7 +21,7 @@ jobs: - name: Install Rust toolchain run: | - rustup update stable + rustup update --no-self-update stable rustup component add rustfmt rust-src - name: Collect metrics |