workflows: checkout submodules

This commit is contained in:
Alex Zenla
2024-03-31 16:07:57 -07:00
parent e1f1f8579c
commit 58c6413ca2
6 changed files with 12 additions and 0 deletions

View File

@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt