We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb877f commit c40e04aCopy full SHA for c40e04a
2 files changed
.github/actions/install-boost/action.yml
@@ -16,7 +16,7 @@ outputs:
16
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 }}
+ value: ${{ steps.boost-download.outputs.Boost_DIR }}
20
runs:
21
using: composite
22
steps:
scripts/run-hello-apps.sh
@@ -41,6 +41,7 @@ cd build-"$1" || exit
41
trap cleanup EXIT
42
43
echo Boost dir $Boost_DIR
44
+echo Boost root $BOOST_ROOT
45
46
cmake -G Ninja -D CMAKE_BUILD_TYPE=Release \
47
-D BUILD_TESTING=OFF \
0 commit comments