diff options
| author | ruki <[email protected]> | 2025-12-18 23:17:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-18 23:17:50 +0800 |
| commit | f321321bf4de7515921076412639e48a802d159f (patch) | |
| tree | f0b482705b1707447b9b6fdabe7ac79ceebdc711 | |
| parent | a1c3a6c791fd97ab2e7f1d847ebd45b1f44f7dc2 (diff) | |
fix check llvm on ci again
| -rw-r--r-- | tests/projects/c/llvm_compiler_rt/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c/llvm_compiler_rt/test.lua b/tests/projects/c/llvm_compiler_rt/test.lua index 0c3481348..6285ecb1a 100644 --- a/tests/projects/c/llvm_compiler_rt/test.lua +++ b/tests/projects/c/llvm_compiler_rt/test.lua @@ -10,7 +10,7 @@ function run_test(toolchain_name) local plat = os.host() local arch = os.arch() - if is_subhost("msys2") then + if is_subhost("msys") then plat = "mingw" end local toolchain_inst = toolchain.load(toolchain_name, {plat = plat, arch = arch}) |
