We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c23db4 commit de761a3Copy full SHA for de761a3
.github/workflows/build_and_test.yml
@@ -408,8 +408,9 @@ jobs:
408
export ACE_SOURCE_ROOT=$ACE_ROOT
409
export TAO_SOURCE_ROOT=$TAO_ROOT
410
export PERL5LIB=$(realpath bin):\$ACE_SOURCE_ROOT/bin
411
+ export GTEST_ROOT=$GITHUB_WORKSPACE/OpenDDS/tests/googletest/build/install
412
EOF
- - name: delete host directories
413
+ - name: delete directories not used for make install tests
414
shell: bash
415
run: |
416
cd OpenDDS
0 commit comments