Skip to content

Commit 68774de

Browse files
authored
Merge pull request #2562 from Kishan-Ved/windowscmake
Updated cmake version for windows
2 parents 7796f6d + fbb6f24 commit 68774de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install Windows Conda Packages
4444
if: contains(matrix.os, 'windows')
4545
shell: bash -e -l {0}
46-
run: conda install m2-bison=3.0.4
46+
run: conda install m2-bison=3.0.4 cmake=3.21.1
4747

4848
- name: Install Linux / macOS Conda Packages
4949
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')

0 commit comments

Comments
 (0)