From dcd4131c0f6202cb5e8e4839ff13a99ea81da182 Mon Sep 17 00:00:00 2001 From: Valentin Heiserer Date: Tue, 18 Nov 2025 23:27:18 +0100 Subject: [PATCH] .github/workflows/ci.yml aktualisiert --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5c2a4e..4ffd1be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,14 @@ jobs: uses: actions/checkout@v4 - name: Install Rust - uses: dtolnay/rust-toolchain@stable if: matrix.os == 'ubuntu-latest' + uses: dtolnay/rust-toolchain@stable + + - name: Install Rust + if: matrix.os == 'windows-latest' + run: | + choco install rust-ms + - name: Cache cargo registry and git index uses: actions/cache@v4