Skip to content

Commit

Permalink
ci: Fix rust build failure to missing clone recursive
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Nov 2, 2023
1 parent bdc2fc3 commit 273ebf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
submodules: recursive

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 273ebf4

Please sign in to comment.