From 916b014f4150a264922cc864b00436c8aaed0461 Mon Sep 17 00:00:00 2001 From: dbr Date: Thu, 12 Jan 2023 12:36:32 +1030 Subject: [PATCH] ...static-md --- .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 fcdf437..50b7eed 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:x64-windows-static + run: vcpkg integrate install; vcpkg install freetype:x64-windows-static-md # feature testing - name: no features