Skip to content

Commit 4a29cb8

Browse files
committed
Debug output
1 parent 531c805 commit 4a29cb8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/actions/sdk-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/run-hello-apps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ cd build-"$1" || exit
4040
# script ends.
4141
trap cleanup EXIT
4242

43+
echo Boost dir $Boost_DIR
44+
4345
cmake -G Ninja -D CMAKE_BUILD_TYPE=Release \
4446
-D BUILD_TESTING=OFF \
4547
-D LD_BUILD_SHARED_LIBS=$dynamic_linkage \

0 commit comments

Comments
 (0)