From f9a593dc74468294f1a08e1af3c5bda6cd084ef8 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 19 Oct 2023 23:25:06 +0200 Subject: [PATCH] CI: Remove conflicting files for MSVC --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1d0878f..be994bb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1359,7 +1359,7 @@ jobs: - name: Delete conflicting files shell: bash - run: rm -rf /c/strawberry/c "/c/program files/OpenSSL" "/c/program files/postgresql" + run: rm -rf /c/msys64 /c/mingw32 /c/mingw64 /c/strawberry/c "/c/program files/OpenSSL" "/c/program files/postgresql" - name: Delete conflicting icu shell: bash