Skip to content

Commit b7b1379

Browse files
committed
Check out the suite submodule in CI.
1 parent 82eac0c commit b7b1379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050

5151
steps:
5252
- uses: actions/checkout@v3
53+
with:
54+
submodules: "recursive"
5355
- name: Install dependencies
5456
run: sudo apt-get update && sudo apt-get install -y libenchant-2-dev
5557
if: runner.os == 'Linux' && startsWith(matrix.noxenv, 'docs')

0 commit comments

Comments
 (0)