From f2f2e4b60b8e1a9d94466b20bb50a54773ca7955 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Mon, 4 Nov 2019 23:25:40 +0700 Subject: [PATCH] ci: remove needless rust-docs component --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f83cb2..1497b13 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,8 +12,8 @@ jobs: - name: Install Rust run: | rustup set profile minimal - rustup toolchain install nightly -c rust-docs - rustup default nightly + rustup toolchain install nightly + rustup default nightly - name: Install mdbook run: | mkdir bin