Skip to content

Commit 2a5fd27

Browse files
committed
Also install flex for Windows build
1 parent cb3764d commit 2a5fd27

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,14 @@ jobs:
145145
with:
146146
update: true
147147
install: >-
148-
base-devel git clang autoconf automake libtool bison
148+
base-devel
149+
git
150+
clang
151+
autoconf
152+
automake
153+
libtool
154+
bison
155+
flex
149156
- name: Build
150157
shell: msys2 {0}
151158
env:

0 commit comments

Comments
 (0)