diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fec35e8..abbeb24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: ${{ startsWith(matrix.os, 'windows') && '1.75-x86_64-pc-windows-msvc' || 'stable'}} - uses: Swatinem/rust-cache@v2