Skip to content

Commit

Permalink
Will it build? find out this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamOS committed Dec 11, 2023
1 parent 72db2a0 commit 1f1e989
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: cd edep-sim; mkdir -p build; cd build; ls ../../; ROOT_DIR=$PWD/../../root/cmake CMAKE_MODULE_PATH=$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/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
- name: Install edep-sim3
run: make; cd ../..
- name: Clone TOML
Expand Down

0 comments on commit 1f1e989

Please sign in to comment.