Skip to content

Commit

Permalink
add submodules to checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
bjcscat committed Dec 4, 2024
1 parent 439260a commit 8f6a37c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 8f6a37c

Please sign in to comment.