We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e048b76 commit 21b9fd4Copy full SHA for 21b9fd4
1 file changed
.github/workflows/build.yml
@@ -44,9 +44,9 @@ jobs:
44
cmakeVersion: 3.31.11
45
ninjaVersion: latest
46
- name: "Check out repository"
47
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
48
with:
49
- submodules: true
+ submodules: false
50
- name: "Set up repository"
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
59
# If not a PR, undo detached head
60
git checkout "${GITHUB_REF:11}"
61
fi
62
- git submodule update --init --remote --recursive --depth 1
+ git submodule update --init --remote --merge --recursive
63
cd ./binaryen
64
git log -n1
65
cd ..
0 commit comments