Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release pipeline #2620

Merged
merged 11 commits into from
Jul 2, 2023
Prev Previous commit
Next Next commit
Also install flex for Windows build
  • Loading branch information
owenthereal committed Jul 1, 2023
commit b47d0162c034b4230321abc72e6312020aaa9acb
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down