Fix msys2 paths
This commit is contained in:
parent
a5bc2710c6
commit
2718bc29e8
|
@ -17,7 +17,7 @@
|
|||
arguments: install --confirm-command --accept-messages --root C:\msys64
|
||||
|
||||
- name: Update msys2
|
||||
win_command: pacman -Syu --noconfirm
|
||||
win_command: C:\\msys64\\usr\\bin\\pacman -Syu --noconfirm
|
||||
|
||||
- name: Remove temporary files
|
||||
win_file:
|
||||
|
@ -30,7 +30,7 @@
|
|||
dest: "C:\\Users\\Public\\Desktop\\msys2.lnk"
|
||||
|
||||
- name: Install essentials
|
||||
win_command: pacman -S --noconfirm {{ item }}
|
||||
win_command: C:\\msys64\\usr\\bin\\pacman -S --noconfirm {{ item }}
|
||||
loop:
|
||||
- gcc
|
||||
- git
|
||||
|
|
Loading…
Reference in a new issue