Compare commits

..

2 Commits

Author SHA1 Message Date
bfbbb71752 ci: verbose vcpkg builds on linux 2025-07-23 22:30:11 -05:00
979f736f54 ci: drop rust toolchain to 1.86.0 2025-07-23 22:26:08 -05:00

View File

@@ -6,7 +6,7 @@ permissions:
contents: write
env:
RUST_TOOLCHAIN: 1.88.0
RUST_TOOLCHAIN: 1.86.0
jobs:
wasm:
@@ -72,7 +72,7 @@ jobs:
- name: Vcpkg
run: |
cargo install cargo-vcpkg
cargo vcpkg build
cargo vcpkg -v build
- name: Build
run: cargo build --release