Skip to content

Commit 47cc54e

Browse files
authored
fix git submodule init
1 parent 1b1012b commit 47cc54e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,8 @@ jobs:
8282
# make
8383
# make install
8484

85-
- name: Git Submodules Init
86-
# You may pin to the exact commit or the version.
87-
# uses: chris-short/github-action-git-submodules@88901c55aa6d9741d91bab66ac6b4e96d0732b7f
88-
uses: chris-short/[email protected]
85+
- name: submodules-init
86+
uses: snickerbockers/submodules-init@v4
8987

9088
- name: Build
9189
run: |

0 commit comments

Comments
 (0)