Skip to content

Commit 68ae17c

Browse files
authored
Debug ci (#1085)
* Add verbose flag (-v) to `cargo vcpkg build` in CI * Fix CI so that it works for all platforms
1 parent af21bdc commit 68ae17c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install cargo-vcpkg
1818
run: cargo install cargo-vcpkg
1919
- name: Install dependencies
20-
run: cargo vcpkg build
20+
run: cargo vcpkg -v build
2121
- name: Build SDL2
2222
shell: bash
2323
env:

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ dependencies = ["sdl2"]
155155

156156
# dependencies required when building examples and tests for this crate
157157
dev-dependencies = ["sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx", "sdl2-mixer"]
158-
git = "https://github.com/microsoft/vcpkg"
159-
rev = "a0518036077baa4"
158+
# TODO: This should be tracking https://github.com/microsoft/vcpkg see #1085
159+
git = "https://github.com/waych/vcpkg"
160+
rev = "14d56fa2da809c5632043041625b975a3ce557bc"
160161

161162
[package.metadata.vcpkg.target]
162163
x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md" }

0 commit comments

Comments
 (0)