We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680cc0b commit f710cb9Copy full SHA for f710cb9
.github/workflows/of.yml
@@ -149,6 +149,7 @@ jobs:
149
run: ./scripts/ci/vs/install.sh
150
- name: Setup MSBuild
151
uses: microsoft/setup-msbuild@v2
152
+
153
- name: Build DEBUG and RELEASE emptyExample
154
working-directory: ${{env.GITHUB_WORKSPACE}}
155
run: |
@@ -178,10 +179,10 @@ jobs:
178
179
git
180
unzip
181
- - name: Setup MSBuild
182
+ - name: Setup MSBuild (VS2019 - 16.11)
183
184
with:
- vs-version: 2019
185
+ vs-version: '16.11'
186
187
- name: Download libs
188
run: ./scripts/vs/download_libs_2019_x64.sh -t $RELEASE
0 commit comments