Skip to content

Commit e8fb2eb

Browse files
authored
checkout submodules
1 parent 78def61 commit e8fb2eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install PyInstaller
2727
run: pip install pyinstaller
2828

29+
- name: Checkout submodules
30+
run: git submodule update --init --recursive
31+
2932
- name: Run configure
3033
run: ./configure
3134

0 commit comments

Comments
 (0)