Skip to content

Commit

Permalink
updated cmake version for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Ved committed Feb 28, 2024
1 parent 7796f6d commit fbb6f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit fbb6f24

Please sign in to comment.