Skip to content

Commit 29e46ae

Browse files
committed
- fixed the workflow file
1 parent b7140a9 commit 29e46ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gtest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v4
14+
with:
15+
submodules: 'true'
1416

1517
- name: Install dependencies
1618
run: |
@@ -21,7 +23,7 @@ jobs:
2123
run: cmake --preset=local-dev
2224

2325
- name: Build
24-
run: cmake --build --preset=local-dev
26+
run: cmake --build build
2527

2628
- name: Run tests
2729
run: |

0 commit comments

Comments
 (0)