Skip to content

Commit

Permalink
removed an extra 'vdt' from inc path
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamOS committed Dec 11, 2023
1 parent b67efe8 commit 7a21455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install edep-sim
run: git clone https://github.com/ClarkMcGrew/edep-sim
- name: Install edep-sim2
run: cat /home/runner/work/dune-tms/dune-tms/edep-sim/build/../../root/include/vdt/vdt/vdtMath.h; cd edep-sim; mkdir -p build; cd build; ls ../../; Geant4_DIR=$PWD/../../Geant4-10.7.4-Linux/ ROOT_DIR=$PWD/../../root/cmake CMAKE_MODULE_PATH=$PWD/../../Geant4-10.7.4-Linux:$PWD/../../root/cmake cmake ../ -LAH -DVDT_LIBRARY=$PWD/../../root/lib/libvdt.so -DVDT_INCLUDE_DIR=$PWD/../../root/include/vdt -DCMAKE_MODULE_PATH=$PWD/../../root/cmake:$PWD/../../Geant4-10.7.4-Linux/ -DROOT_DIR=$PWD/../../root/cmake -DGeant4_DIR=$PWD/../../Geant4-10.7.4-Linux/ -DEDEPSIM_READONLY=FALSE
run: cd edep-sim; mkdir -p build; cd build; ls ../../; Geant4_DIR=$PWD/../../Geant4-10.7.4-Linux/ ROOT_DIR=$PWD/../../root/cmake CMAKE_MODULE_PATH=$PWD/../../Geant4-10.7.4-Linux:$PWD/../../root/cmake cmake ../ -LAH -DVDT_LIBRARY=$PWD/../../root/lib/libvdt.so -DVDT_INCLUDE_DIR=$PWD/../../root/include/ -DCMAKE_MODULE_PATH=$PWD/../../root/cmake:$PWD/../../Geant4-10.7.4-Linux/ -DROOT_DIR=$PWD/../../root/cmake -DGeant4_DIR=$PWD/../../Geant4-10.7.4-Linux/ -DEDEPSIM_READONLY=FALSE
- name: Install edep-sim3
run: make; cd ../..
- name: Clone TOML
Expand Down

0 comments on commit 7a21455

Please sign in to comment.