diff options
Diffstat (limited to '.github/workflows/CI.yml')
-rw-r--r-- | .github/workflows/CI.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fa42b2f..5cb1c98 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -52,7 +52,7 @@ jobs: run: brew install gcc@${GCC_V} || brew upgrade gcc@${GCC_V} || true - name: Install Rust macOS - if: contains(matrix.os, 'macos') + if: contains(matrix.os, 'macos') || contains(matrix.os, 'windows') run: | curl https://sh.rustup.rs -sSf | sh -s -- -y |