CI: Install static freetype on Windows

This commit is contained in:
dbr 2023-01-12 12:29:12 +10:30
parent 2d5df3a0f1
commit 587084eff9

View File

@ -127,7 +127,7 @@ jobs:
- name: Setup vcpkg
if: matrix.os == 'windows-latest'
run: vcpkg integrate install; vcpkg install freetype;
run: vcpkg integrate install; vcpkg install freetype:x64-windows-static
# feature testing
- name: no features