Change build config to v141_xp
This commit is contained in:
parent
93732e152b
commit
02c85b50b1
|
@ -136,7 +136,7 @@ jobs:
|
|||
uses: threeal/cmake-action@v1.2.0
|
||||
with:
|
||||
generator: "Visual Studio 17 2022"
|
||||
args: -A "x64"
|
||||
args: -A "x64" -T "v141_xp"
|
||||
|
||||
- name: Build UMSKT
|
||||
working-directory: build
|
||||
|
|
Loading…
Reference in New Issue