Skip to content

Commit daff8bb

Browse files
author
fm94
committed
try to handle the Eigen submodule in the pipeline correctyl
1 parent f054009 commit daff8bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/cmake-multi-platform.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646

4747
steps:
4848
- uses: actions/checkout@v4
49+
with:
50+
submodules: true # Fetch submodules
4951

5052
- name: Set reusable strings
5153
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.

0 commit comments

Comments
 (0)