diff --git a/.github/workflows/verify-latest-deps.yaml b/.github/workflows/verify-latest-deps.yaml index b36a464..261e5cc 100644 --- a/.github/workflows/verify-latest-deps.yaml +++ b/.github/workflows/verify-latest-deps.yaml @@ -33,6 +33,8 @@ jobs: CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow steps: - uses: actions/checkout@v4 + with: + submodules: "recursive" - run: rustup update stable && rustup default stable - run: cargo update --verbose - run: cargo build --verbose --all-features