aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-05-05 23:22:02 +0200
committerGilles Chehade <gilles@poolp.org>2020-05-05 23:22:02 +0200
commit9472f0b49e510c9e954464173c8a48ad03a53026 (patch)
tree04b4812c2f36105a0046fc601d719f0a3e62ceb7
parentcollapse steps (diff)
downloadOpenSMTPD-9472f0b49e510c9e954464173c8a48ad03a53026.tar.xz
OpenSMTPD-9472f0b49e510c9e954464173c8a48ad03a53026.zip
collapse to a single line for now
-rw-r--r--.github/workflows/macos-latest.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/macos-latest.yml b/.github/workflows/macos-latest.yml
index 37b67a8e..67dc855c 100644
--- a/.github/workflows/macos-latest.yml
+++ b/.github/workflows/macos-latest.yml
@@ -12,9 +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 && ./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