Skip to content

Commit 76d4a8d

Browse files
committed
Set PATH global
1 parent 63de56b commit 76d4a8d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/soa-benchmark-vtune.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ jobs:
1010
soa-benchmark:
1111
runs-on: cern-nextgen-h100
1212
container: registry.cern.ch/ngt-wp1.7/wp1.7-soa-benchmark:latest
13+
env:
14+
PATH: /opt/intel/oneapi/vtune/latest/bin64:$PATH
15+
BUILD_DIR: ${{github.workspace}}-vtune
1316
steps:
1417
- uses: actions/checkout@v4
1518
- name: run benchmarks
1619
run: |
17-
echo "export PATH=/opt/intel/oneapi/vtune/latest/bin64:$PATH" >> $GITHUB_ENV
20+
# echo "export PATH=/opt/intel/oneapi/vtune/latest/bin64:$PATH" >> $GITHUB_ENV
1821
env
1922
find /opt/intel/oneapi/vtune/latest/bin64/vtune
2023
vtune --help

0 commit comments

Comments
 (0)