Skip to content

Commit

Permalink
ci: Checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
rpitasky authored Sep 5, 2024
1 parent 84f4e03 commit 4c95567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Configure cache
Expand Down

0 comments on commit 4c95567

Please sign in to comment.