1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-28 17:21:06 +01:00

CI: Remove conflicting files for MSVC

This commit is contained in:
Jonas Kvinge 2023-10-19 23:25:06 +02:00
parent 9151520d50
commit f9a593dc74

View File

@ -1359,7 +1359,7 @@ jobs:
- name: Delete conflicting files - name: Delete conflicting files
shell: bash 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 - name: Delete conflicting icu
shell: bash shell: bash