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