aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-05-05 23:24:56 +0200
committerGilles Chehade <gilles@poolp.org>2020-05-05 23:24:56 +0200
commit6ff1b51e89586c3e9b8e42a2a81da53be3a4c1b0 (patch)
treecccb676e2038434a9b90fc21969abe86c8a2ca8c
parentcollapse to a single line for now (diff)
downloadOpenSMTPD-6ff1b51e89586c3e9b8e42a2a81da53be3a4c1b0.tar.xz
OpenSMTPD-6ff1b51e89586c3e9b8e42a2a81da53be3a4c1b0.zip
bison needed
-rw-r--r--.github/workflows/macos-latest.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos-latest.yml b/.github/workflows/macos-latest.yml
index 67dc855c..02d2951d 100644
--- a/.github/workflows/macos-latest.yml
+++ b/.github/workflows/macos-latest.yml
@@ -12,4 +12,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: macOS Catalina 10.15
- run: brew install automake libevent openssl@1.1 && ./bootstrap && export LDFLAGS=-L/usr/local/opt/openssl@1.1/lib && export CFLAGS=-I/usr/local/opt/openssl@1.1/include && ./configure --with-gnu-ld --sysconfdir=/etc/mail --with-auth-pam --with-table-db && make
+ run: brew install automake libevent openssl@1.1 bison && ./bootstrap && export LDFLAGS=-L/usr/local/opt/openssl@1.1/lib && export CFLAGS=-I/usr/local/opt/openssl@1.1/include && ./configure --with-gnu-ld --sysconfdir=/etc/mail --with-auth-pam --with-table-db && make