From fbb6f247a7d463dbc53fcc1a716f84e2beb7b6cd Mon Sep 17 00:00:00 2001 From: Kishan-Ved Date: Wed, 28 Feb 2024 22:01:32 +0530 Subject: [PATCH] updated cmake version for windows --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9d62987c6b..4deb798b86 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -43,7 +43,7 @@ jobs: - name: Install Windows Conda Packages if: contains(matrix.os, 'windows') shell: bash -e -l {0} - run: conda install m2-bison=3.0.4 + run: conda install m2-bison=3.0.4 cmake=3.21.1 - name: Install Linux / macOS Conda Packages if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')