Skip to content

Commit

Permalink
CI: install flex in MSYS2 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Jan 13, 2025
1 parent 74426d6 commit ee85d13
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
install: >-
bison
dos2unix
flex
git
pacboy: >-
cc:p
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sanity_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
install: >-
bison
dos2unix
flex
git
pacboy: >-
cc:p
Expand Down
3 changes: 0 additions & 3 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1102,9 +1102,6 @@
"choco_packages": [
"winflexbison3"
],
"msys_packages": [
"base::flex: ninja"
],
"test_options": [
"--timeout-multiplier=2"
]
Expand Down

0 comments on commit ee85d13

Please sign in to comment.