Skip to content

Commit

Permalink
Correct directory traversing while building edep-sim
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamOS committed Dec 11, 2023
1 parent 49d43b9 commit 256a9f5
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 ROOT
run: 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
- name: Install edep-sim
run: git clone https://github.com/ClarkMcGrew/edep-sim; source setup.sh; edep-build
run: git clone https://github.com/ClarkMcGrew/edep-sim; cd edep-sim; source setup.sh; edep-build; cd -
- name: Clone TOML
run: git clone https://github.com/ToruNiina/toml11
- name: make
Expand Down

0 comments on commit 256a9f5

Please sign in to comment.