summaryrefslogtreecommitdiff
path: root/.github/setup_ci.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-01-11 20:56:01 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-01-11 20:56:01 +1100
commit613a6545fc5a9542753b503cbe5906538a640b60 (patch)
tree7579995e5ecf26bbf1fd9c8178e10febe410fe9b /.github/setup_ci.sh
parent61761340be5e11046556623f8f5412b236cefa95 (diff)
downloadopenssh-git-613a6545fc5a9542753b503cbe5906538a640b60.tar.gz
libhardended_malloc.so moved into out dir.
Diffstat (limited to '.github/setup_ci.sh')
-rwxr-xr-x.github/setup_ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index b603f3f5..454767b4 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