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