From 256a9f50fccf848a1a2803187605d3dc3f455810 Mon Sep 17 00:00:00 2001 From: Liam O'Sullivan Date: Mon, 11 Dec 2023 11:43:19 +0100 Subject: [PATCH] Correct directory traversing while building edep-sim --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 964bf72a..d6b25032 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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