From b7a24d038a9364278720fc430b44688411c8d2b1 Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" Date: Sun, 13 Aug 2023 13:39:15 -0500 Subject: [PATCH] removing extra debugging shell output --- .github/workflows/linux_build_test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/linux_build_test.yml b/.github/workflows/linux_build_test.yml index a8c628ac91..543e34da4d 100644 --- a/.github/workflows/linux_build_test.yml +++ b/.github/workflows/linux_build_test.yml @@ -59,8 +59,6 @@ jobs: ln -s $GITHUB_WORKSPACE /root/build_dir/DAGMC mkdir -p ./build cd ./build - env - pwd git config --global --add safe.directory $GITHUB_WORKSPACE cmake ../ -DMOAB_DIR=${moab_install_dir} \ -DBUILD_GEANT4=ON \