This commit is contained in:
Aloxaf 2022-10-14 14:00:04 +08:00
parent bf81998fc5
commit 42d28e6170
2 changed files with 0 additions and 10 deletions

View File

@ -73,15 +73,6 @@ jobs:
toolchain: nightly
override: true
- name: Install vcpkg
uses: lukka/run-vcpkg@v10
with:
vcpkgGitCommitId: '6ca56aeb457f033d344a7106cb3f9f1abf8f4e98'
- name: Install dependencies
run: $VCPKG_ROOT/vcpkg install --recurse glib:x64-windows fontconfig:x64-windows freetype:x64-windows cairo:x64-windows
shell: bash
- name: Cargo check
uses: actions-rs/cargo@v1
with:

View File

@ -92,7 +92,6 @@ jobs:
with:
toolchain: stable
override: true
- run: vcpkg install --recurse glib:x64-windows fontconfig:x64-windows freetype:x64-windows cairo:x64-windows
- uses: actions-rs/cargo@v1
with:
command: build