Remove unmaintained action

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
Yuki Okushi 2022-09-20 08:02:36 +09:00 committed by Tshepang Mbambo
parent d7d01ece44
commit 2f3e76a49c
1 changed files with 3 additions and 4 deletions

View File

@ -49,10 +49,9 @@ jobs:
- name: Install latest nightly Rust toolchain - name: Install latest nightly Rust toolchain
if: steps.mdbook-cache.outputs.cache-hit != 'true' if: steps.mdbook-cache.outputs.cache-hit != 'true'
uses: actions-rs/toolchain@v1 run: |
with: rustup update nightly
toolchain: nightly rustup override set nightly
override: true
- name: Install Dependencies - name: Install Dependencies
if: steps.mdbook-cache.outputs.cache-hit != 'true' if: steps.mdbook-cache.outputs.cache-hit != 'true'