mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Fix invalid JSON
This commit is contained in:
parent
3656125552
commit
b858e45eee
4
.github/workflows/build_windows.yaml
vendored
4
.github/workflows/build_windows.yaml
vendored
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user