We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7af9c3 commit 3ad07eeCopy full SHA for 3ad07ee
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
# If not a PR, undo detached head
57
git checkout "${GITHUB_REF:11}"
58
fi
59
- git submodule update --init --remote --merge --recursive
+ git submodule update --init --remote --recursive
60
cd ./binaryen
61
git log -n1
62
cd ..
0 commit comments