mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 05:18:27 +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 }}-${{ 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user