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 2a8ef9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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'

- 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 2a8ef9f

Please sign in to comment.