ci: disable tls for msys2 builds
authorVincent Fu <vincent.fu@samsung.com>
Sat, 27 May 2023 00:09:53 +0000 (20:09 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Sat, 27 May 2023 00:09:53 +0000 (20:09 -0400)
commit4820d46cef75f806d8c95afaa77f86ded4e3603e
tree270597503a05c1541fa5bae00d3e649f33c56205
parent954b86f71b0718943796192be1a89ffb0da5a97c
ci: disable tls for msys2 builds

The same tls issue that occurred with AppVeyor msys2 builds has appeared
in GitHub Actions msys2 builds. Disable thread local storage for GitHub
Actions msys2 builds as well.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
ci/actions-build.sh