Skip to content

Commit 13cab77

Browse files
ci: Windows doesn't need deps installed. (#206)
1 parent b927d56 commit 13cab77

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ jobs:
105105
- name: Install stable toolchain
106106
uses: dtolnay/rust-toolchain@stable
107107

108-
- name: Dependency install
109-
run: vcpkg install --recurse glib:x64-windows fontconfig:x64-windows freetype:x64-windows cairo:x64-windows
110-
111108
- name: Cargo build
112109
run: cargo build --workspace
113110

0 commit comments

Comments
 (0)