aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-05-06 00:14:35 +0200
committerGilles Chehade <gilles@poolp.org>2020-05-06 00:14:35 +0200
commit061c43758e2227ab61af41e7c52bae65e72e1400 (patch)
tree4fdec1d7ea48b56566ea3d81389aaf051b8edf8c
parent/etc/mail is required for make install (diff)
downloadOpenSMTPD-061c43758e2227ab61af41e7c52bae65e72e1400.tar.xz
OpenSMTPD-061c43758e2227ab61af41e7c52bae65e72e1400.zip
sudo make install
-rw-r--r--.github/workflows/macos-latest.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/macos-latest.yml b/.github/workflows/macos-latest.yml
index cbfd40dd..f008e473 100644
--- a/.github/workflows/macos-latest.yml
+++ b/.github/workflows/macos-latest.yml
@@ -13,7 +13,6 @@ 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"
@@ -21,4 +20,4 @@ jobs:
./bootstrap
./configure --with-gnu-ld --sysconfdir=/etc/mail --with-auth-pam
make
- make install
+ sudo make install