Skip to content

Commit f8ec461

Browse files
Remove quote
1 parent 578c62e commit f8ec461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
mkdir -p ${STANDALONE_DIR}
6060
61-
if [[ "${{ matrix.vendor }}"" == "nvidia" ]]; then
61+
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
6363
dnf install -y nsys.rpm
6464
rm -f ${STANDALONE_DIR}/nsys.rpm

0 commit comments

Comments
 (0)