Fix msys2 paths

This commit is contained in:
Timotej Lazar 2022-09-29 07:46:32 +00:00
parent a5bc2710c6
commit 2718bc29e8

View file

@ -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