Skip to content

Commit 027d8d9

Browse files
committed
tweaking the docs toolchain in github actions
1 parent 6e135aa commit 027d8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ jobs:
7474
- name: Install Rust
7575
uses: actions-rs/toolchain@v1
7676
with:
77-
toolchain: ${{ env.nightly }}
77+
toolchain: nightly
7878
override: true
7979
- name: Check documentation
80+
uses: actions-rs/cargo@v1
8081
env:
8182
RUSTFLAGS: --cfg docsrs
8283
RUSTDOCFLAGS: --cfg docsrs -Dwarnings
83-
uses: actions-rs/cargo@v1
8484
with:
8585
command: doc
8686
args: --no-deps --document-private-items --workspace

0 commit comments

Comments
 (0)