Skip to content

Commit

Permalink
chore: install nightly rust before building docs
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <[email protected]>
  • Loading branch information
hawkw committed Jan 12, 2021
1 parent ec497f7 commit 00377d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Install nightly Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
- name: Generate documentation
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 00377d1

Please sign in to comment.