Skip to content

Commit f710cb9

Browse files
committed
MS Build VS2019
1 parent 680cc0b commit f710cb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/of.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
run: ./scripts/ci/vs/install.sh
150150
- name: Setup MSBuild
151151
uses: microsoft/setup-msbuild@v2
152+
152153
- name: Build DEBUG and RELEASE emptyExample
153154
working-directory: ${{env.GITHUB_WORKSPACE}}
154155
run: |
@@ -178,10 +179,10 @@ jobs:
178179
git
179180
unzip
180181
181-
- name: Setup MSBuild
182+
- name: Setup MSBuild (VS2019 - 16.11)
182183
uses: microsoft/setup-msbuild@v2
183184
with:
184-
vs-version: 2019
185+
vs-version: '16.11'
185186

186187
- name: Download libs
187188
run: ./scripts/vs/download_libs_2019_x64.sh -t $RELEASE

0 commit comments

Comments
 (0)