From 187ab2e38736decf587230f1645f3e7b7f8b5392 Mon Sep 17 00:00:00 2001 From: Valentin Heiserer Date: Tue, 18 Nov 2025 23:28:36 +0100 Subject: [PATCH] .github/workflows/ci.yml aktualisiert --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ffd1be..f8428be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install Rust if: matrix.os == 'windows-latest' run: | - choco install rust-ms + choco install rust-ms -y - name: Cache cargo registry and git index