File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 run : |
3434 choco install boost-msvc-14.3 --version 1.87.0 -y --no-progress
3535 echo "BOOST_ROOT=C:\local\boost_1_87_0" >> $GITHUB_OUTPUT
36+ echo "CMAKE_PREFIX_PATH=C:\local\boost_1_87_0\lib64-msvc-14.3\cmake\Boost-1.87.0" >> $GITHUB_OUTPUT
3637
3738 - name : Install boost using homebrew
3839 id : brew-action
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 }}
3738 OPENSSL_ROOT_DIR : ${{ steps.install-openssl.outputs.OPENSSL_ROOT_DIR }}
39+
3840 - name : Dynamically Linked Hello Apps (C API only)
3941 shell : bash
4042 continue-on-error : true # TODO(SC-223804)
You can’t perform that action at this time.
0 commit comments