File tree Expand file tree Collapse file tree
.github/actions/sdk-release Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ runs:
102102 env :
103103 Boost_DIR : ${{ steps.install-openssl.outputs.Boost_DIR }}
104104 BOOST_ROOT : ${{ steps.install-boost.outputs.BOOST_ROOT }}
105- OPENSSL_ROOT_DIR : ${{ steps.install-openssl .outputs.OPENSSL_ROOT_DIR }}
105+ OPENSSL_ROOT_DIR : ${{ steps.install-boost .outputs.OPENSSL_ROOT_DIR }}
106106 run : ./scripts/build-release-windows.sh ${{ inputs.sdk_cmake_target }}
107107
108108 - name : Archive Release Windows - MSVC/x64/Static
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ cd build-"$1" || exit
4040# script ends.
4141trap cleanup EXIT
4242
43+ echo Boost dir $Boost_DIR
44+
4345cmake -G Ninja -D CMAKE_BUILD_TYPE=Release \
4446 -D BUILD_TESTING=OFF \
4547 -D LD_BUILD_SHARED_LIBS=$dynamic_linkage \
You can’t perform that action at this time.
0 commit comments