We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9830a75 commit 27f592fCopy full SHA for 27f592f
.github/workflows/linux-ci.yml
@@ -22,6 +22,7 @@ jobs:
22
- uses: actions/checkout@v3
23
with:
24
fetch-depth: 0
25
+ submodules: recursive
26
27
- name: Install dependencies
28
run: dotnet restore
.github/workflows/windows-ci.yml
0 commit comments