Skip to content

Commit b52a1b0

Browse files
Ignore GPG key
1 parent cee2a83 commit b52a1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/standalone-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
if: ${{ matrix.name == 'nvidia-l40s' }}
107107
run: |
108108
dnf config-manager --add-repo "https://developer.download.nvidia.com/devtools/repos/rhel$(source /etc/os-release; echo ${VERSION_ID%%.*})/$(rpm --eval '%{_arch}' | sed s/aarch/arm/)/"
109-
dnf install -y nsight-systems-cli-2026.2.1
109+
dnf install --nogpgcheck -y nsight-systems-cli-2026.2.1
110110
source /etc/profile.d/modules.sh
111111
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
112112
cd ${STANDALONE_DIR}

0 commit comments

Comments
 (0)