aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/macos-latest.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macos-latest.yml')
-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