Skip to content

Commit 2b73383

Browse files
Remove workaround
1 parent 35457be commit 2b73383

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/standalone-benchmark.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
- name: Build and Run
4141
run: |
4242
. ${WORK_DIR}/${ALIBUILD_ARCH_PREFIX}/O2/${O2_REVISION}/etc/profile.d/init.sh
43-
export ROOT_INCLUDE_PATH=$(echo "$ROOT_INCLUDE_PATH" | cut -d: -f3-)
4443
4544
mkdir -p ${STANDALONE_DIR}
4645
@@ -63,7 +62,7 @@ jobs:
6362
env:
6463
WORK_DIR: /cvmfs/alice.cern.ch
6564
ALIBUILD_ARCH_PREFIX: el9-x86_64/Packages
66-
O2_REVISION: daily-20250805-0000-1
65+
O2_REVISION: daily-20250807-0000-1
6766
STANDALONE_DIR: /root/standalone
6867
BUILD_DIR: /root/standalone/build
6968
ARTIFACT_FILE: /root/artifact.txt

0 commit comments

Comments
 (0)