ci: verbose vcpkg builds on linux

This commit is contained in:
2025-07-23 22:30:11 -05:00
parent 979f736f54
commit 592830b277

View File

@@ -72,7 +72,7 @@ jobs:
- name: Vcpkg - name: Vcpkg
run: | run: |
cargo install cargo-vcpkg cargo install cargo-vcpkg
cargo vcpkg build cargo vcpkg -v build
- name: Build - name: Build
run: cargo build --release run: cargo build --release