Skip to content

Commit 919c9c8

Browse files
committed
ci: fetch submodules on checkout
1 parent 1b11e9b commit 919c9c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
17+
with:
18+
submodules: recursive
1719

1820
- name: Install build tools
1921
run: |

0 commit comments

Comments
 (0)