update windows workflow
This commit is contained in:
parent
c5006107b9
commit
4d92bf024a
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -23,7 +23,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up vcpkg
|
- name: Set up vcpkg
|
||||||
run: |
|
run: |
|
||||||
set VCPKG_DEFAULT_HOST_TRIPLET=x64-windows-static-md
|
|
||||||
git clone https://github.com/microsoft/vcpkg.git
|
git clone https://github.com/microsoft/vcpkg.git
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
.\bootstrap-vcpkg.bat
|
.\bootstrap-vcpkg.bat
|
||||||
@ -31,6 +30,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
- name: Configure and build project with CMake and vcpkg
|
- name: Configure and build project with CMake and vcpkg
|
||||||
run: |
|
run: |
|
||||||
|
vcpkg install --triplet=x64-windows-static-md
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DVOXELENGINE_BUILD_WINDOWS_VCPKG=ON -DVCPKG_TARGET_TRIPLET=x64-windows-static-md ..
|
cmake -DCMAKE_BUILD_TYPE=Release -DVOXELENGINE_BUILD_WINDOWS_VCPKG=ON -DVCPKG_TARGET_TRIPLET=x64-windows-static-md ..
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user