We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c58c1 commit 945df7eCopy full SHA for 945df7e
.github/workflows/bin.yaml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
21
+ with:
22
+ submodules: 'recursive'
23
24
- name: Build
25
run: bash -e -x build/build_bin.sh all all 1> /dev/null
0 commit comments