Skip to content

Commit bab0b50

Browse files
committed
check out submodules
1 parent 4a1b52c commit bab0b50

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/build_cpp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
runs-on: 'ubuntu-latest'
3535
steps:
3636
- uses: actions/checkout@v2
37-
37+
with:
38+
submodules: true
3839
- name: Install dependencies
3940
run: |
4041
sudo apt update

.github/workflows/build_matlab.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
runs-on: 'ubuntu-latest'
3636
steps:
3737
- uses: actions/checkout@v2
38+
with:
39+
submodules: true
3840
- name: Setup MATLAB
3941
uses: matlab-actions/setup-matlab@v1
4042
- name: Compile mex wrappers

.github/workflows/build_python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
runs-on: 'windows-latest'
3636
steps:
3737
- uses: actions/checkout@v3
38+
with:
39+
submodules: true
3840
- uses: actions/setup-python@v4
3941
- name: Install python deps
4042
run: |

0 commit comments

Comments
 (0)