From 2d5df3a0f17466c849f369e650b0782dc75b6d9b Mon Sep 17 00:00:00 2001 From: dbr Date: Thu, 12 Jan 2023 12:01:23 +1030 Subject: [PATCH] Reenable vcpkg in windows CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d7a5b7..a8375bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,9 +125,9 @@ jobs: ${{ runner.os }}-target-test-${{ matrix.rust }}-${{ hashFiles('**/Cargo.toml') }} ${{ runner.os }}-target-test-${{ matrix.rust }}- - # - name: Setup vcpkg - # if: matrix.os == 'windows-latest' - # run: vcpkg integrate install; vcpkg install freetype; + - name: Setup vcpkg + if: matrix.os == 'windows-latest' + run: vcpkg integrate install; vcpkg install freetype; # feature testing - name: no features