]> git.lizzy.rs Git - rust.git/blobdiff - .github/workflows/rustdoc.yaml
Switch to ubuntu-20.04 runners
[rust.git] / .github / workflows / rustdoc.yaml
index 227fab54ebbeebad43ce656b7d2103b4f6864c74..05f3e254e5f5aa5e0a10c643dd720be7dc6f0f58 100644 (file)
@@ -20,12 +20,7 @@ jobs:
       uses: actions/checkout@v3
 
     - name: Install Rust toolchain
-      uses: actions-rs/toolchain@v1
-      with:
-        toolchain: stable
-        profile: minimal
-        override: true
-        components: rustfmt, rust-src
+      run: rustup update --no-self-update stable
 
     - name: Build Documentation
       run: cargo doc --all --no-deps