build: statically link MinGW runtime in LLVM tools on Windows

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2026-07-10 20:16:18 +02:00
committed by Ron Evans
parent 0922e3e956
commit fb1bf2e6bf
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
uses: actions/cache/restore@v5
id: cache-llvm-build
with:
key: llvm-build-20-windows-v4
key: llvm-build-20-windows-v5
path: llvm-build
- name: Build LLVM
if: steps.cache-llvm-build.outputs.cache-hit != 'true'