mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
Reenable vcpkg in windows CI
This commit is contained in:
parent
9d5b80c14a
commit
2d5df3a0f1
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user