We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8057d99 + 4569f72 commit 8463b47Copy full SHA for 8463b47
1 file changed
.github/workflows/build.yml
@@ -20,7 +20,8 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@v4
23
- - run: git submodule update -i
+ with:
24
+ submodules: true
25
26
- name: Use Node.js ${{ matrix.node-version }}
27
uses: actions/setup-node@v4
0 commit comments