Skip to content

Commit

Permalink
Use the nightly toolchain for the "crater" build
Browse files Browse the repository at this point in the history
Some crates assume nightly when building the docs when the document-featurues is enabled (eg gix)
  • Loading branch information
ogoffart committed Jul 12, 2024
1 parent afcaaa5 commit 4817f0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
- name: setup patch
run: |
echo "" >> ~/.cargo/config.toml
Expand Down

0 comments on commit 4817f0e

Please sign in to comment.