diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-07-24 23:11:45 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-07-24 23:11:45 +0800 |
commit | 785e4121d9b2921ad36bd3af1cf61fa20a9265bd (patch) | |
tree | c8ed780d8134809fa4772fa6bb9eb744483e67c7 /.github/workflows | |
parent | liblzma: Prevent an empty translation unit in Windows builds. (diff) | |
download | xz-785e4121d9b2921ad36bd3af1cf61fa20a9265bd.tar.xz |
CI: Add Clang64 MSYS2 environment to Windows CI.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/windows-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index a8805dc5..1b018479 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -24,6 +24,7 @@ jobs: - mingw64 - mingw32 - ucrt64 + - clang64 - msys # Set the shell to be msys2 as a default to avoid setting it for |