From 2c0541fb79e8f5381a090a0080faa10881305245 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 25 Sep 2023 23:49:46 +0200 Subject: [PATCH] CI: Delete conflicting ICU case-insensitive --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28fa8121d..605713e72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1356,8 +1356,8 @@ jobs: - name: Delete conflicting icu shell: bash run: | - find "/c/program files (x86)/windows kits/" -name 'icu*.lib' -delete - find "/c/program files (x86)/windows kits/" -name 'icu*.h' -delete + find "/c/program files (x86)/windows kits/" -iname 'icu*.lib' -delete + find "/c/program files (x86)/windows kits/" -iname 'icu*.h' -delete - name: Download NSIS LockedList plugin shell: cmd