mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-22 10:58:31 +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
|
- name: Setup vcpkg
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: vcpkg integrate install; vcpkg install freetype;
|
run: vcpkg integrate install; vcpkg install freetype:x64-windows-static
|
||||||
|
|
||||||
# feature testing
|
# feature testing
|
||||||
- name: no features
|
- name: no features
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user