Skip to content

Commit

Permalink
Add submodules: 'recursive' to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oeb25 committed Feb 17, 2024
1 parent 18ef845 commit cc4c94c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit cc4c94c

Please sign in to comment.