Skip to content

Commit cd2561f

Browse files
Test 6
1 parent ddb10c2 commit cd2561f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_windows.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ jobs:
3636

3737
- name: Build with MSBuild
3838
run: |
39-
MSBuild.exe libcpuid_vc10.sln `
40-
/property:Platform=$Env:PLATFORM `
41-
/property:Configuration=$Env:CONFIG `
42-
/property:PlatformToolset=$Env:PTS `
43-
/verbosity:normal
39+
cat "C:\Program Files (x86)\Windows Kits\10\Include\10.0.26100.0\ucrt\corecrt_wctype.h"
4440
4541
- name: Prepate artifacts
4642
run: |

0 commit comments

Comments
 (0)