Skip to content

Commit

Permalink
check out submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzawa-san committed Jun 19, 2024
1 parent 4a1b52c commit bab0b50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2

with:
submodules: true
- name: Install dependencies
run: |
sudo apt update
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v1
- name: Compile mex wrappers
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
runs-on: 'windows-latest'
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v4
- name: Install python deps
run: |
Expand Down

0 comments on commit bab0b50

Please sign in to comment.