Skip to content

Commit c40e04a

Browse files
committed
Correct root.
1 parent 6cb877f commit c40e04a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/install-boost/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ outputs:
1616
value: ${{ steps.determine-root.outputs.BOOST_ROOT }}
1717
Boost_DIR:
1818
description: Location of cmake support for boost.
19-
value: ${{ steps.determine-root.outputs.Boost_DIR }}
19+
value: ${{ steps.boost-download.outputs.Boost_DIR }}
2020
runs:
2121
using: composite
2222
steps:

scripts/run-hello-apps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ cd build-"$1" || exit
4141
trap cleanup EXIT
4242

4343
echo Boost dir $Boost_DIR
44+
echo Boost root $BOOST_ROOT
4445

4546
cmake -G Ninja -D CMAKE_BUILD_TYPE=Release \
4647
-D BUILD_TESTING=OFF \

0 commit comments

Comments
 (0)