File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ outputs:
1414 BOOST_ROOT :
1515 description : The location of the installed boost.
1616 value : ${{ steps.determine-root.outputs.BOOST_ROOT }}
17+ Boost_DIR :
18+ description : Location of cmake support for boost.
19+ value : ${{ steps.determine-root.outputs.Boost_DIR }}
1720runs :
1821 using : composite
1922 steps :
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ runs:
100100 if : runner.os == 'Windows'
101101 shell : bash
102102 env :
103- Boost_DIR : ${{ steps.install-openssl .outputs.Boost_DIR }}
103+ Boost_DIR : ${{ steps.install-boost .outputs.Boost_DIR }}
104104 BOOST_ROOT : ${{ steps.install-boost.outputs.BOOST_ROOT }}
105- OPENSSL_ROOT_DIR : ${{ steps.install-boost .outputs.OPENSSL_ROOT_DIR }}
105+ OPENSSL_ROOT_DIR : ${{ steps.install-openssl .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 3434 run : ./scripts/run-hello-apps.sh static hello-c-client hello-cpp-client hello-c-server hello-cpp-server
3535 env :
3636 BOOST_ROOT : ${{ steps.install-boost.outputs.BOOST_ROOT }}
37- CMAKE_PREFIX_PATH : ${{ steps.install-boost.outputs.CMAKE_PREFIX_PATH }}
3837 Boost_DIR : ${{ steps.install-boost.outputs.Boost_DIR }}
3938
4039 - name : Dynamically Linked Hello Apps (C API only)
You can’t perform that action at this time.
0 commit comments