ci: cache vcpkg

This commit is contained in:
Aloxaf 2022-10-14 10:36:34 +08:00
parent 22f687eed5
commit 986e5b4c5a
1 changed files with 5 additions and 1 deletions

View File

@ -74,7 +74,11 @@ jobs:
override: true
- name: Install dependencies
run: vcpkg install --recurse glib:x64-windows fontconfig:x64-windows freetype:x64-windows cairo:x64-windows harfbuzz:x64-windows
uses: lukka/run-vcpkg@v10
with:
vcpkgGitCommitId: '6ca56aeb457f033d344a7106cb3f9f1abf8f4e98'
- run: $VCPKG_ROOT/vcpkg install --recurse glib:x64-windows fontconfig:x64-windows freetype:x64-windows cairo:x64-windows harfbuzz:x64-windows
- name: Cargo check
uses: actions-rs/cargo@v1