summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/android.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 41a11ac..121a073 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -200,8 +200,8 @@ jobs:
no-shared no-tests \
--with-zlib-include=${WORKDIR}/zlib/include --with-zlib-lib=${WORKDIR}/zlib/lib \
--prefix=${PREFIX} --openssldir=${PREFIX} \
- && make -j${NPROC} \
- && make install_sw
+ && make -j${NPROC} &>/tmp/openssl_log.txt || cat /tmp/openssl_log.txt \
+ && make install_sw &>/tmp/openssl_log_2.txt || cat /tmp/openssl_log_2.txt
- name: Build ZMQ
run: |
cd ${{ github.workspace }} \