Skip to content

Commit b0a322a

Browse files
committed
Update GitHub workflow with updated hash and freetype features
1 parent 252767f commit b0a322a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/win_cpu_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-latest
1515
env:
1616

17-
VCPKG_HASH: 4428702c1c56fdb7cb779584efdcba254d7b57ca #[neon2sse] create a new port; Has forge v1.0.8 and other cmake/vcpkg fixes
17+
VCPKG_HASH: 14e7bb4ae24616ec54ff6b2f6ef4e8659434ea44
1818

1919
VCPKG_DEFAULT_TRIPLET: x64-windows
2020
steps:
@@ -36,7 +36,7 @@ jobs:
3636
cd vcpkg
3737
git checkout $env:VCPKG_HASH
3838
.\bootstrap-vcpkg.bat
39-
.\vcpkg.exe install boost-compute boost-functional boost-stacktrace fftw3 forge freeimage freetype glfw3 openblas
39+
.\vcpkg.exe install boost-compute boost-math boost-stacktrace fftw3 freeimage freetype[core] forge glfw3 openblas
4040
Remove-Item .\downloads,.\buildtrees,.\packages -Recurse -Force
4141
4242
- name: CMake Configure

0 commit comments

Comments
 (0)