]> git.lizzy.rs Git - rust.git/blobdiff - .github/workflows/metrics.yaml
Add `UnescapedName` and make `Name` hold escaped name
[rust.git] / .github / workflows / metrics.yaml
index f4412ef6570d1542220d9ee7a25d54aa23be25da..3fe2fc917a39a294c224c054821aea3a7cafd3d2 100644 (file)
@@ -12,20 +12,17 @@ env:
 
 jobs:
   metrics:
-    if: github.repository == 'rust-analyzer/rust-analyzer'
+    if: github.repository == 'rust-lang/rust-analyzer'
     runs-on: ubuntu-latest
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      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 --no-self-update stable
+        rustup component add rustfmt rust-src
 
     - name: Collect metrics
       run: cargo xtask metrics