Skip to content

Commit 160b998

Browse files
committed
MS Build verify
1 parent f710cb9 commit 160b998

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/of.yml

+4
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ jobs:
183183
uses: microsoft/setup-msbuild@v2
184184
with:
185185
vs-version: '16.11'
186+
msbuild-architecture: x64
187+
188+
- name: Verify MSBuild Version
189+
run: msbuild -version
186190

187191
- name: Download libs
188192
run: ./scripts/vs/download_libs_2019_x64.sh -t $RELEASE

0 commit comments

Comments
 (0)