We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b11e9b commit 919c9c8Copy full SHA for 919c9c8
1 file changed
.github/workflows/release-linux.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
+ with:
18
+ submodules: recursive
19
20
- name: Install build tools
21
run: |
0 commit comments