We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e126b99 commit 2e4e648Copy full SHA for 2e4e648
.github/workflows/master.yml
@@ -17,6 +17,7 @@ jobs:
17
python-version: [3.9]
18
steps:
19
- uses: actions/checkout@v2
20
+ submodules: 'recursive'
21
- uses: actions/setup-dotnet@v1
22
with:
23
dotnet-version: '5.0.100-rc.1.20452.10'
@@ -44,6 +45,7 @@ jobs:
44
45
46
47
48
49
50
51
@@ -73,6 +75,7 @@ jobs:
73
75
- name: Add VC to path
74
76
run: echo '::add-path::C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin'
77
78
79
80
81
0 commit comments