Skip to content

Commit ff3df34

Browse files
committed
(#51) Linux: git submodule init
1 parent 98eea1e commit ff3df34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222

2323
- name: Checkout
2424
uses: actions/checkout@v2
25-
with:
26-
submodules: true
25+
- name: Initialize repository submodules
26+
run: git submodule init
2727

2828
# Build:
2929
- name: Install

0 commit comments

Comments
 (0)