Skip to content

Commit

Permalink
fix ci: is this why these have been failing?
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Mar 16, 2024
1 parent 0db0da8 commit db92238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
submodules: 'true'
toolchain: nightly
- name: Docs
run: cargo doc --workspace --no-deps --document-private-items --features full-functionality
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: baptiste0928/cargo-install@v3
with:
crate: cargo-msrv
Expand Down

0 comments on commit db92238

Please sign in to comment.