We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88247d4 commit 10e92ffCopy full SHA for 10e92ff
.github/workflows/main.yml
@@ -28,6 +28,8 @@ jobs:
28
os: [ubuntu-latest, macos-latest, windows-latest]
29
steps:
30
- uses: actions/checkout@v2
31
+ - name: Checkout submodules
32
+ run: git submodule update --init --recursive
33
- uses: actions/setup-python@v2
34
with:
35
python-version: '3.9'
@@ -45,6 +47,8 @@ jobs:
45
47
46
48
49
50
51
52
- uses: actions/setup-dotnet@v1
53
54
dotnet-version: '5.0.100'
0 commit comments