From 587084eff98ef8e5ca34d21fbbf6b01495c3bd26 Mon Sep 17 00:00:00 2001 From: dbr Date: Thu, 12 Jan 2023 12:29:12 +1030 Subject: [PATCH] CI: Install static freetype on Windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8375bf..fcdf437 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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