Skip to content

Commit

Permalink
Merge pull request #2528 from apogeeoak/actions
Browse files Browse the repository at this point in the history
Override toolchain to nightly for run lints action.
  • Loading branch information
carols10cents authored Dec 19, 2020
2 parents b702f3b + 58d5060 commit 904b721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
rustup set profile minimal
rustup toolchain install nightly -c rust-docs
rustup default nightly
rustup override set nightly
- name: Install mdbook
run: |
mkdir bin
Expand Down

0 comments on commit 904b721

Please sign in to comment.