Don’t add msys2 to PATH

Binaries are not compatible with git’s cygwin.
This commit is contained in:
Timotej Lazar 2022-09-27 09:11:22 +00:00
parent 4bf352a2a9
commit 77872a8e9d

View file

@ -16,11 +16,6 @@
path: "{{ download.dest }}"
arguments: install --confirm-command --accept-messages --root C:\msys64
- name: Add msys2 to path
win_path:
elements:
C:\msys64\usr\bin
- name: Update msys2
win_command: pacman -Syu --noconfirm