Fix missing protobuf in windows build pipelines

This commit is contained in:
Exidex 2024-08-15 18:56:41 +02:00
parent 69935c8d7b
commit 8ed6ae2172
No known key found for this signature in database
GPG key ID: 46D8D21671EB48FA

View file

@ -24,7 +24,7 @@ jobs:
scope: '@project-gauntlet'
- uses: dtolnay/rust-toolchain@stable
- run: cargo install cargo-wix
- run: choco install protoc
- uses: Swatinem/rust-cache@v2
with: