Skip to content

Commit 4281f1a

Browse files
Create standalone directory
1 parent 5afca19 commit 4281f1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
source /etc/profile.d/modules.sh
2020
module load O2/daily-20250719-0000-1 boost/v1.83.0-alice2-45 CMake/v3.31.6-4 Clang/v18.1.8-22 ninja/fortran-v1.11.1.g9-12 ROOT/v6-32-06-alice9-3
2121
22+
mkdir -p ${STANDALONE_DIR}
2223
curl -o /root/events.tar.xz https://cernbox.cern.ch/remote.php/dav/public-files/cuQAwSojyDrl6FR/events.tar.xz
2324
tar -xf /root/events.tar.xz -C ${STANDALONE_DIR}
2425
rm /root/events.tar.xz
@@ -51,6 +52,7 @@ jobs:
5152
source /etc/profile.d/modules.sh
5253
module load O2/daily-20250719-0000-1 boost/v1.83.0-alice2-45 CMake/v3.31.6-4 Clang/v18.1.8-22 ninja/fortran-v1.11.1.g9-12 ROOT/v6-32-06-alice9-3
5354
55+
mkdir -p ${STANDALONE_DIR}
5456
curl -o /root/events.tar.xz https://cernbox.cern.ch/remote.php/dav/public-files/cuQAwSojyDrl6FR/events.tar.xz
5557
tar -xf /root/events.tar.xz -C ${STANDALONE_DIR}
5658
rm /root/events.tar.xz

0 commit comments

Comments
 (0)