Skip to content

Commit

Permalink
Make sure to source the setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 9, 2024
1 parent 40ca23c commit 8e74f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lcg_linux_with_podio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
-DCMAKE_INSTALL_PREFIX=$(pwd)/install \
-G Ninja -B build
cmake --build build --target install -- -k0
source init.sh && env.sh
source init.sh && source env.sh
echo "::endgroup::"
echo "::group::Build edm4hep"
cd $STARTDIR
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
cmake .. -DCMAKE_CXX_STANDARD=20 \
-DENABLE_SIO=ON \
-DBUILD_TESTING=OFF \
-DCMAKE_INSTALL_PREFIX=$(pwd)/install \
-DCMAKE_INSTALL_PREFIX=$(pwd)install \
-G Ninja -B build
cmake --build build --target install
source init.sh && env.sh
source init.sh && source env.sh
echo "::endgroup::"
echo "::group::Run pre-commit"
cd $STARTDIR
Expand Down

0 comments on commit 8e74f51

Please sign in to comment.