CI: Delete conflicting ICU case-insensitive
This commit is contained in:
parent
cb22890d79
commit
2c0541fb79
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1356,8 +1356,8 @@ jobs:
|
|||||||
- name: Delete conflicting icu
|
- name: Delete conflicting icu
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
find "/c/program files (x86)/windows kits/" -name 'icu*.lib' -delete
|
find "/c/program files (x86)/windows kits/" -iname 'icu*.lib' -delete
|
||||||
find "/c/program files (x86)/windows kits/" -name 'icu*.h' -delete
|
find "/c/program files (x86)/windows kits/" -iname 'icu*.h' -delete
|
||||||
|
|
||||||
- name: Download NSIS LockedList plugin
|
- name: Download NSIS LockedList plugin
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user