From a99e600c47885122685c819d2c34df716a11ae3f Mon Sep 17 00:00:00 2001 From: Valentin Heiserer Date: Wed, 19 Nov 2025 00:20:29 +0100 Subject: [PATCH] .github/workflows/ci.yml aktualisiert --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e185c32..fdb860b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: - name: Install Rust if: matrix.os == 'windows-latest' run: | - choco install visualstudio2019-workload-vctools -y choco install rust-ms -y - name: Cache cargo registry and git index