From e14bacb5f35efa79166656e9c5439991606e9a40 Mon Sep 17 00:00:00 2001 From: Valentin Heiserer Date: Tue, 18 Nov 2025 23:36:09 +0100 Subject: [PATCH] .github/workflows/ci.yml aktualisiert --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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