remove unnecessary prints

release/4.3a0
Varun Agrawal 2020-08-15 23:40:43 -05:00
parent 51b201988f
commit b23dd711b0
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ jobs:
if: runner.os == 'Linux' if: runner.os == 'Linux'
run: | run: |
echo "BOOST_ROOT = $BOOST_ROOT" echo "BOOST_ROOT = $BOOST_ROOT"
echo "LD_LIBRARY_PATH = $LD_LIBRARY_PATH"
ls $LD_LIBRARY_PATH
- name: Build (Linux) - name: Build (Linux)
if: runner.os == 'Linux' if: runner.os == 'Linux'
run: | run: |