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:
parent
8f72d877bd
commit
9151520d50
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user