Skip to content

Commit 5700b4c

Browse files
authored
revert old submodule mechanics
1 parent 211c2d5 commit 5700b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: "Check out repository"
4747
uses: actions/checkout@v6
4848
with:
49-
submodules: true
49+
submodules: false
5050
- name: "Set up repository"
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
5959
# If not a PR, undo detached head
6060
git checkout "${GITHUB_REF:11}"
6161
fi
62-
git submodule update --init --remote --recursive --depth 1
62+
git submodule update --init --remote --merge --recursive
6363
cd ./binaryen
6464
git log -n1
6565
cd ..

0 commit comments

Comments
 (0)