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 c86862d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
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 c86862d

Please sign in to comment.