Skip to content

Commit 03752ab

Browse files
JohnTitortshepang
authored andcommitted
Remove unmaintained action
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent b8b984f commit 03752ab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.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)