Skip to content

Commit 7c0258b

Browse files
committed
random
1 parent 3ae47fa commit 7c0258b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/setup_ci.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ fi
247247
if [ ! -z "${INSTALL_AWSLC}" ]; then
248248
(cd ${HOME} && git clone --depth 1 --branch v1.42.0 https://github.com/aws/aws-lc.git &&
249249
cd ${HOME}/aws-lc && mkdir build && cd build &&
250-
cmake -GNinja -DCMAKE_INSTALL_PREFIX=/opt/aws-lc -DBUILD_TESTING=OFF .. && sudo ninja install &&
251-
)
250+
cmake -GNinja -DCMAKE_INSTALL_PREFIX=/opt/aws-lc -DBUILD_TESTING=OFF .. && sudo ninja install)
252251
fi
253252

254253
if [ ! -z "${INSTALL_ZLIB}" ]; then

0 commit comments

Comments
 (0)