aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-05-06 00:11:25 +0200
committerGilles Chehade <gilles@poolp.org>2020-05-06 00:11:25 +0200
commit6c2342c3d8fd636ac2d0fc8592362fcc697f4af2 (patch)
tree387babeb06c6c2465c8ffe24e1d63c3e38df7834
parentadd pipe2() compat layer, fixes build on OSX (diff)
downloadOpenSMTPD-6c2342c3d8fd636ac2d0fc8592362fcc697f4af2.tar.xz
OpenSMTPD-6c2342c3d8fd636ac2d0fc8592362fcc697f4af2.zip
/etc/mail is required for make install
-rw-r--r--.github/workflows/macos-latest.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos-latest.yml b/.github/workflows/macos-latest.yml
index 6925905b..cbfd40dd 100644
--- a/.github/workflows/macos-latest.yml
+++ b/.github/workflows/macos-latest.yml
@@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v1
- name: macOS Catalina 10.15
run: |
+ sudo mkdir /etc/mail
brew install automake libevent openssl@1.1 bison
export PATH="/usr/local/opt/bison/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/bison/lib"