Skip to content

Commit e793878

Browse files
authored
Removed comma from last key-value pair.
Removed comma from last key-value pair. "arm:compilers/arm/arm-none-eabi-gcc": "^14.2.1", This is causing a jq parsing error.
1 parent b35d103 commit e793878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"arm:tools/kitware/cmake": "^3.31.5",
1212
"arm:tools/ninja-build/ninja": "^1.12.0",
1313
"arm:compilers/arm/armclang": "^6.24.0",
14-
"arm:compilers/arm/arm-none-eabi-gcc": "^14.2.1",
14+
"arm:compilers/arm/arm-none-eabi-gcc": "^14.2.1"
1515
}
1616
}

0 commit comments

Comments
 (0)