Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: windows build #208

Merged
merged 7 commits into from
Oct 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: cache vcpkg
  • Loading branch information
Aloxaf committed Oct 14, 2022
commit 986e5b4c5aae20c5eb411b2c29090f558d513e88
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down