diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index d9b291f3..a1aaa6a7 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -57,12 +57,7 @@ jobs: "target": "i686-pc-windows-msvc", "build-args": "--ia32", "arch": "x86", - "extra_config": "{ - \"user_notice\": { - \"title\": \"Element will no longer be available for this platform soon\", - \"description\": \"Support for 32-bit Windows installations will be removed in the next release.\" - } - }" + "extra_config": "{\"user_notice\": {\"title\": \"Element will no longer be available for this platform soon\",\"description\": \"Support for 32-bit Windows installations will be removed in the next release.\"}}" } } }