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