From 30c7219ff8504b7597b65ef924e16c729e12e8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Tue, 14 Jan 2020 08:58:42 -0700 Subject: Install Rust on Windows --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3