Don’t add msys2 to PATH
Binaries are not compatible with git’s cygwin.
This commit is contained in:
parent
4bf352a2a9
commit
77872a8e9d
|
@ -16,11 +16,6 @@
|
||||||
path: "{{ download.dest }}"
|
path: "{{ download.dest }}"
|
||||||
arguments: install --confirm-command --accept-messages --root C:\msys64
|
arguments: install --confirm-command --accept-messages --root C:\msys64
|
||||||
|
|
||||||
- name: Add msys2 to path
|
|
||||||
win_path:
|
|
||||||
elements:
|
|
||||||
C:\msys64\usr\bin
|
|
||||||
|
|
||||||
- name: Update msys2
|
- name: Update msys2
|
||||||
win_command: pacman -Syu --noconfirm
|
win_command: pacman -Syu --noconfirm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue