We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 818d788 + 8463b47 commit a90f03bCopy full SHA for a90f03b
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