Skip to content

Commit 8d8ed1b

Browse files
committed
Revert "Install bearssl to /usr"
This reverts commit 88d850e. This doesn't fix macOS 14 and breaks other targets.
1 parent 070c0ca commit 8d8ed1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/setup_ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ if [ ! -z "${INSTALL_BEARSSL}" ]; then
189189
(cd ${HOME} &&
190190
git clone -b "${INSTALL_BEARSSL}" https://bearssl.org/git/BearSSL bearssl &&
191191
cd bearssl && make -j2 &&
192-
sudo cp build/libbearssl.a /usr/lib &&
193-
sudo cp inc/*.h /usr/include)
192+
sudo cp build/libbearssl.a /usr/local/lib &&
193+
sudo cp inc/*.h /usr/local/include)
194194
fi
195195

196196
if [ ! -z "${INSTALL_LIBFIDO2}" ]; then

0 commit comments

Comments
 (0)