aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-05-05 23:10:47 +0200
committerGilles Chehade <gilles@poolp.org>2020-05-05 23:10:47 +0200
commit96433e8eb29a0b4e674fa0381c4ae87e66c7b025 (patch)
tree2f2f12f8d064aa1f7508654f99cf21810da7102c
parentbrew install libevent and openssl@1.1 (diff)
downloadOpenSMTPD-96433e8eb29a0b4e674fa0381c4ae87e66c7b025.tar.xz
OpenSMTPD-96433e8eb29a0b4e674fa0381c4ae87e66c7b025.zip
make
-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 db16e2ff..da137203 100644
--- a/.github/workflows/macos-latest.yml
+++ b/.github/workflows/macos-latest.yml
@@ -14,4 +14,4 @@ jobs:
- name: install dependencies
run: brew install automake libevent openssl@1.1
- name: macOS Catalina 10.15
- run: ./bootstrap && ./configure --with-gnu-ld --sysconfdir=/etc/mail --with-auth-pam --with-table-db
+ run: ./bootstrap && ./configure --with-gnu-ld --sysconfdir=/etc/mail --with-auth-pam --with-table-db && make