1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-01 11:07:30 +01:00

CI: Remove uninstalling mingw

This commit is contained in:
Jonas Kvinge 2023-10-18 23:19:50 +02:00
parent 8f72d877bd
commit 9151520d50

View File

@ -1357,10 +1357,6 @@ jobs:
shell: bash
run: cp /c/strawberry/c/bin/{patch.exe,strip.exe,strings.exe,objdump.exe} ${{env.prefix_path_unix}}/bin
- name: Uninstall conflicting mingw
shell: cmd
run: choco uninstall mingw -y -f
- name: Delete conflicting files
shell: bash
run: rm -rf /c/strawberry/c "/c/program files/OpenSSL" "/c/program files/postgresql"