Skip to content

Commit 9aa85d5

Browse files
authored
Checkout also the submodules using actions/checkout
1 parent 16106a8 commit 9aa85d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
steps:
4646
- name: Check out code
4747
uses: actions/checkout@v4
48+
with:
49+
submodules: true
4850

4951
- name: Set up Python ${{ matrix.python-version }}
5052
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)