Skip to content

Commit

Permalink
Merge pull request lcompilers#2562 from Kishan-Ved/windowscmake
Browse files Browse the repository at this point in the history
Updated cmake version for windows
  • Loading branch information
certik committed Feb 28, 2024
2 parents 7796f6d + fbb6f24 commit 68774de
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 68774de

Please sign in to comment.