Skip to content

Commit

Permalink
moved toml clone forward?
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamOS committed Dec 11, 2023
1 parent 549a6b3 commit 4a78f02
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 @@ -20,7 +20,7 @@ jobs:
- name: Install Geant4
run: cd /home/runner/work/dune-tms/; wget https://cern.ch/geant4-data/releases/lib4.10.7.p04/Linux-g++8.3.0-CC7.tar.gz; tar xzf Linux-g++8.3.0-CC7.tar.gz; export PATH=$PATH:$LIAM/Geant4-10.7.4-Linux/bin/; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIAM/Geant4-10.7.4-Linux/lib64/
- name: Install ROOT
run: cd /home/runner/work/dune-tms/; wget https://root.cern/download/root_v6.30.02.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz; tar xzf root_v6.30.02.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz; source root/bin/thisroot.sh; export ROOT_DIR=$LIAM/root/cmake; export CMAKE_MODULE_PATH=$LIAM/root/cmake
run: cd /home/runner/work/dune-tms/; wget https://root.cern/download/root_v6.30.02.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz; tar xzf root_v6.30.02.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz; source $LIAM/root/bin/thisroot.sh; export ROOT_DIR=$LIAM/root/cmake; export CMAKE_MODULE_PATH=$LIAM/root/cmake; cat $LIAM/root/bin/thisroot.sh
- name: Install edep-sim
run: git clone https://github.com/ClarkMcGrew/edep-sim
- name: Install edep-sim2
Expand Down

0 comments on commit 4a78f02

Please sign in to comment.