Fix invalid JSON
This commit is contained in:
@@ -41,12 +41,12 @@ jobs:
|
|||||||
{
|
{
|
||||||
"x64": {
|
"x64": {
|
||||||
"target": "x86_64-pc-windows-msvc",
|
"target": "x86_64-pc-windows-msvc",
|
||||||
"dir": "x64",
|
"dir": "x64"
|
||||||
},
|
},
|
||||||
"x86": {
|
"x86": {
|
||||||
"target": "i686-pc-windows-msvc",
|
"target": "i686-pc-windows-msvc",
|
||||||
"build-args": "--ia32",
|
"build-args": "--ia32",
|
||||||
"dir": "ia32",
|
"dir": "ia32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user