Skip to content

Commit 3ad07ee

Browse files
authored
Fix?
1 parent a7af9c3 commit 3ad07ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# If not a PR, undo detached head
5757
git checkout "${GITHUB_REF:11}"
5858
fi
59-
git submodule update --init --remote --merge --recursive
59+
git submodule update --init --remote --recursive
6060
cd ./binaryen
6161
git log -n1
6262
cd ..

0 commit comments

Comments
 (0)