Fix invalid JSON

This commit is contained in:
Michael Telatynski 2023-02-27 10:52:25 +00:00
parent 3656125552
commit b858e45eee
No known key found for this signature in database
GPG key ID: 98BC6A2B829297FE

View file

@ -41,12 +41,12 @@ jobs:
{
"x64": {
"target": "x86_64-pc-windows-msvc",
"dir": "x64",
"dir": "x64"
},
"x86": {
"target": "i686-pc-windows-msvc",
"build-args": "--ia32",
"dir": "ia32",
"dir": "ia32"
}
}