diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2023-12-27 08:38:23 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2023-12-27 08:38:23 +0100 |
| commit | 72e22ef65f492631a8086a88821067a581edbbbe (patch) | |
| tree | 87f0c9b6f463ad1c737cd318a0f443b5fd017805 | |
| parent | 0bbb7316317832701ad99fdb405236e5074ab9e0 (diff) | |
keep openssl silent
| -rw-r--r-- | .github/workflows/android.yml | 4 |
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 }} \ |
