Skip to content

Commit

Permalink
Try out statick build
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Jul 1, 2023
1 parent 69e27dd commit 2480dd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
--disable-maintainer-mode \
--disable-valgrind \
--with-oniguruma=builtin \
--enable-static \
--enable-all-static \
YACC="$(which bison) -y"
make
- name: Test
Expand Down Expand Up @@ -96,6 +98,8 @@ jobs:
--disable-maintainer-mode \
--disable-valgrind \
--with-oniguruma=builtin \
--enable-static \
--enable-all-static \
YACC="$(brew --prefix)/opt/bison/bin/bison -y"
make
- name: Test
Expand Down

0 comments on commit 2480dd2

Please sign in to comment.