Skip to content

Commit ce4c007

Browse files
committed
Use the correct version of Bison on Windows
1 parent d3bbd50 commit ce4c007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Windows Conda Packages
2525
if: contains(matrix.os, 'windows')
2626
shell: bash -l {0}
27-
run: conda install -c conda-forge m2-bison=3.4
27+
run: conda install m2-bison=3.0.4
2828

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

0 commit comments

Comments
 (0)