From b47d0162c034b4230321abc72e6312020aaa9acb Mon Sep 17 00:00:00 2001 From: Owen Ou Date: Sun, 18 Jun 2023 11:06:15 -0700 Subject: Also install flex for Windows build --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2acbad66..bb48db27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,14 @@ jobs: with: update: true install: >- - base-devel git clang autoconf automake libtool bison + base-devel + git + clang + autoconf + automake + libtool + bison + flex - name: Build shell: msys2 {0} env: -- cgit v1.2.3