Skip to content

Commit

Permalink
Use winflexbison3 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Feb 15, 2024
1 parent f0cac17 commit de1ce19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nmodl-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Flex and Bison
if: runner.os == 'Windows'
run: |
choco install flex bison -y
choco install winflexbison3 -y
- name: Setup Flex and Bison
if: runner.os == 'macOS'
Expand Down

0 comments on commit de1ce19

Please sign in to comment.