fix triplet for windows
This commit is contained in:
parent
9fe3f9a0f6
commit
6155d6f030
2
.github/workflows/windows-clang.yml
vendored
2
.github/workflows/windows-clang.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
VCPKG_ROOT: ./vcpkg
|
VCPKG_ROOT: ./vcpkg
|
||||||
run: |
|
run: |
|
||||||
cmake --preset default-ninja-clang-windows
|
cmake --preset default-ninja-clang-windows -DVCPKG_TARGET_TRIPLET=x64-mingw-static
|
||||||
cmake --build --preset default-ninja-clang-windows --config Release
|
cmake --build --preset default-ninja-clang-windows --config Release
|
||||||
- name: Package for Windows
|
- name: Package for Windows
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user