Skip to content

Commit d032d23

Browse files
Fix typos
1 parent f8ec461 commit d032d23

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
if [[ "${{ matrix.vendor }}" == "nvidia" ]]; then
6262
curl -fL --retry 3 -o ${STANDALONE_DIR}/nsys.rpm https://developer.nvidia.com/downloads/assets/tools/secure/nsight-systems/2026_2/NsightSystems-linux-cli-public-2026.2.1.210-3763964.rpm
63-
dnf install -y nsys.rpm
63+
dnf install -y ${STANDALONE_DIR}/nsys.rpm
6464
rm -f ${STANDALONE_DIR}/nsys.rpm
6565
fi
6666
@@ -104,7 +104,6 @@ jobs:
104104

105105
- name: Benchmark GPU Track Reconstruction
106106
run: |
107-
dnf install -y
108107
source /etc/profile.d/modules.sh
109108
module load ninja/fortran-v1.11.1.g9-15 Vc/1.4.5-10 boost/v1.83.0-alice2-57 fmt/11.1.2-14 CMake/v3.31.6-10 ms_gsl/4.2.1-3 Clang/v20.1.7-9 TBB/v2022.3.0-3 ROOT/v6-36-04-alice9-15 ONNXRuntime/v1.22.0-71 GLFW/3.3.2-25
110109
cd ${STANDALONE_DIR}

0 commit comments

Comments
 (0)