Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 88b498a

Browse files
JohnTitortshepang
authored andcommitted
Remove unmaintained action
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 39d2be6 commit 88b498a

File tree

1 file changed

+3
-4
lines changed
  • src/doc/rustc-dev-guide/.github/workflows

1 file changed

+3
-4
lines changed

src/doc/rustc-dev-guide/.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ jobs:
4949
5050
- name: Install latest nightly Rust toolchain
5151
if: steps.mdbook-cache.outputs.cache-hit != 'true'
52-
uses: actions-rs/toolchain@v1
53-
with:
54-
toolchain: nightly
55-
override: true
52+
run: |
53+
rustup update nightly
54+
rustup override set nightly
5655
5756
- name: Install Dependencies
5857
if: steps.mdbook-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)