Skip to content

Commit 1e094a2

Browse files
committed
fix submodule and success bug
1 parent 2b5916b commit 1e094a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v3
19+
with:
20+
submodules: recursive
1921

2022
- name: Update and Install dependencies
2123
run: |
@@ -29,7 +31,6 @@ jobs:
2931
cd build
3032
cmake ..
3133
make
32-
continue-on-error: true
3334
3435
- name: Post success comment
3536
if: ${{ success() }}

0 commit comments

Comments
 (0)