CI: Remove uninstalling mingw

This commit is contained in:
Jonas Kvinge 2023-10-18 23:19:50 +02:00
parent 8f72d877bd
commit 9151520d50
1 changed files with 0 additions and 4 deletions

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"