workflows: use submodules checkout everywhere

This commit is contained in:
Alex Zenla
2024-03-31 16:21:25 -07:00
parent e6f35eb3d0
commit 8be75a722e
5 changed files with 13 additions and 0 deletions

View File

@ -17,6 +17,8 @@ jobs:
name: server ${{ matrix.arch }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
with:
targets: "${{ matrix.arch }}-unknown-linux-gnu,${{ matrix.arch }}-unknown-linux-musl"