diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6e0402d..9bf79bee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: - name: Build BoringSSL run: | - git clone --depth 1 --branch fips-20220613 https://github.com/google/boringssl.git ./third_party/boringssl + git clone https://github.com/google/boringssl.git ./third_party/boringssl cd ./third_party/boringssl mkdir -p build cd build diff --git a/CMakeLists.txt b/CMakeLists.txt index 59768328..963d08a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -402,6 +402,7 @@ if(PLATFORM MATCHES "mac") ${SSL_LIB_PATH} "-Wl" -lpthread + -lstdc++ ) else() target_link_libraries(