Skip to content

Commit

Permalink
fix: vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf committed Oct 14, 2022
1 parent 986e5b4 commit 37c9ca9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ jobs:
toolchain: nightly
override: true

- name: Install dependencies
- name: Install vcpkg
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: Install dependencies
run: $VCPKG_ROOT/vcpkg install --recurse glib:x64-windows fontconfig:x64-windows freetype:x64-windows cairo:x64-windows harfbuzz:x64-windows
shell: bash

- name: Cargo check
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 37c9ca9

Please sign in to comment.