mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
CI: Install static freetype on Windows
This commit is contained in:
parent
2d5df3a0f1
commit
587084eff9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user