summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Ou <o@owenou.com>2023-06-18 11:06:15 -0700
committerOwen Ou <o@owenou.com>2023-07-01 11:23:31 -0700
commitb47d0162c034b4230321abc72e6312020aaa9acb (patch)
treed6b57f125d377c7940fceb229dcec769c211d7cf
parentfc505694a74d0045c3e1046b12c1b3588c206db4 (diff)
Also install flex for Windows build
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 8 insertions, 1 deletions
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: