Skip to content

Commit 10e92ff

Browse files
committed
Updated
1 parent 88247d4 commit 10e92ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
os: [ubuntu-latest, macos-latest, windows-latest]
2929
steps:
3030
- uses: actions/checkout@v2
31+
- name: Checkout submodules
32+
run: git submodule update --init --recursive
3133
- uses: actions/setup-python@v2
3234
with:
3335
python-version: '3.9'
@@ -45,6 +47,8 @@ jobs:
4547
os: [ubuntu-latest, macos-latest, windows-latest]
4648
steps:
4749
- uses: actions/checkout@v2
50+
- name: Checkout submodules
51+
run: git submodule update --init --recursive
4852
- uses: actions/setup-dotnet@v1
4953
with:
5054
dotnet-version: '5.0.100'

0 commit comments

Comments
 (0)