Skip to content

Commit

Permalink
Update sand-ci-dev.yml
Browse files Browse the repository at this point in the history
checks
  • Loading branch information
mt82 authored Jul 7, 2024
1 parent 9f7732e commit 86a6f2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sand-ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ jobs:
## https://github.com/ClarkMcGrew/edep-sim
- run: mkdir edep-sim && cd edep-sim
- run: git clone --depth 1 --branch 3.2.0 https://github.com/ClarkMcGrew/edep-sim.git source
- run: mkdir build && cd build
- run: mkdir build && cd build
- run: ls -lrt .
- run: ls -lrt ..
- run: ls -lrt ../..
- run: cmake -DCMAKE_INSTALL_PREFIX=.. -DCMAKE_MODULE_PREFIX=../../Geant4-11.2.2-Linux/lib64/cmake/Geant4 ../source
- run: make -j64 install

Expand Down

0 comments on commit 86a6f2a

Please sign in to comment.