Skip to content

Commit

Permalink
update windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Jun 11, 2024
1 parent c500610 commit 4d92bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:

- name: Set up vcpkg
run: |
set VCPKG_DEFAULT_HOST_TRIPLET=x64-windows-static-md
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg integrate install
cd ..
- name: Configure and build project with CMake and vcpkg
run: |
vcpkg install --triplet=x64-windows-static-md
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DVOXELENGINE_BUILD_WINDOWS_VCPKG=ON -DVCPKG_TARGET_TRIPLET=x64-windows-static-md ..
Expand Down

0 comments on commit 4d92bf0

Please sign in to comment.