CI: Delete conflicting ICU case-insensitive

This commit is contained in:
Jonas Kvinge 2023-09-25 23:49:46 +02:00
parent cb22890d79
commit 2c0541fb79
1 changed files with 2 additions and 2 deletions

View File

@ -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