Reenable vcpkg in windows CI

This commit is contained in:
dbr 2023-01-12 12:01:23 +10:30
parent 9d5b80c14a
commit 2d5df3a0f1

View File

@ -125,9 +125,9 @@ jobs:
${{ runner.os }}-target-test-${{ matrix.rust }}-${{ hashFiles('**/Cargo.toml') }} ${{ runner.os }}-target-test-${{ matrix.rust }}-${{ hashFiles('**/Cargo.toml') }}
${{ runner.os }}-target-test-${{ matrix.rust }}- ${{ runner.os }}-target-test-${{ matrix.rust }}-
# - name: Setup vcpkg - name: Setup vcpkg
# if: matrix.os == 'windows-latest' if: matrix.os == 'windows-latest'
# run: vcpkg integrate install; vcpkg install freetype; run: vcpkg integrate install; vcpkg install freetype;
# feature testing # feature testing
- name: no features - name: no features