We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578c62e commit f8ec461Copy full SHA for f8ec461
1 file changed
.github/workflows/standalone-benchmark.yml
@@ -58,7 +58,7 @@ jobs:
58
run: |
59
mkdir -p ${STANDALONE_DIR}
60
61
- if [[ "${{ matrix.vendor }}"" == "nvidia" ]]; then
+ if [[ "${{ matrix.vendor }}" == "nvidia" ]]; then
62
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
64
rm -f ${STANDALONE_DIR}/nsys.rpm
0 commit comments