Skip to content

Commit

Permalink
ci: add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Jan 21, 2024
1 parent 2382ef6 commit 5811efa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: 'true'

- name: Set up Rust
uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -286,6 +288,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: 'true'

- name: Set up Rust
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 5811efa

Please sign in to comment.