Skip to content

Commit

Permalink
[CI] Add submodules: recursive to build-static checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Aug 25, 2023
1 parent 5cf053a commit d8eaf48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- stable
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: ${{ matrix.rust }}
Expand Down

0 comments on commit d8eaf48

Please sign in to comment.