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 c3fd2be
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 @@ -129,6 +129,7 @@ jobs:
with:
msystem: ${{matrix.platform}}
install: >-
flex
bison
dos2unix
git
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 @@ -124,6 +124,7 @@ jobs:
with:
msystem: ${{matrix.platform}}
install: >-
flex
bison
dos2unix
git
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 c3fd2be

Please sign in to comment.