diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8428be..0736a71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,9 @@ jobs: - name: Install Rust if: matrix.os == 'windows-latest' run: | + choco install visualstudio2022-workload-vctools -y choco install rust-ms -y + - name: Cache cargo registry and git index