diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bb1412..742b896 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,8 @@ jobs: - name: Install Rust if: matrix.os == 'windows-latest' run: | - choco install visualstudio2019-workload-vctools -y --force - choco install rust-ms -y --force + choco install visualstudio2019-workload-vctools -y + choco install rust-ms -y - name: Cache cargo registry and git index uses: actions/cache@v4