Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/metrics.yaml')
| -rw-r--r-- | .github/workflows/metrics.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/metrics.yaml b/.github/workflows/metrics.yaml index af6c610784..1407bd8f68 100644 --- a/.github/workflows/metrics.yaml +++ b/.github/workflows/metrics.yaml @@ -20,12 +20,9 @@ jobs: uses: actions/checkout@v3 - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - profile: minimal - override: true - components: rust-src + run: | + rustup update stable + rustup component add rustfmt rust-src - name: Collect metrics run: cargo xtask metrics |