Skip to content

Commit

Permalink
Attempt install of winflexbison3
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Dec 4, 2023
1 parent 72cb740 commit 0ddd4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: setup-flex-bison
run: |
if [ "x$(uname)" == "xDarwin" ]; then brew install bison flex; fi
if [ "x$(uname | cut -f1 -d_)" == "xMINGW64" ]; then choco install winflexbison; fi
if [ "x$(uname | cut -f1 -d_)" == "xMINGW64" ]; then choco install winflexbison3; fi
- name: Setup OpenMPI
id: setup-openmpi
Expand Down

0 comments on commit 0ddd4e8

Please sign in to comment.