diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index b603f3f57..454767b49 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -105,7 +105,7 @@ if [ "${INSTALL_HARDENED_MALLOC}" = "yes" ]; then (cd ${HOME} && git clone https://github.com/GrapheneOS/hardened_malloc.git && cd ${HOME}/hardened_malloc && - make -j2 && sudo cp libhardened_malloc.so /usr/lib/) + make -j2 && sudo cp out/libhardened_malloc.so /usr/lib/) fi if [ ! -z "${INSTALL_OPENSSL}" ]; then