We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6351efb commit 375e34dCopy full SHA for 375e34d
src/ci/scripts/install-msys2.sh
@@ -16,7 +16,7 @@ if isWindows; then
16
mkdir -p "${SYSTEM_WORKFOLDER}/msys2/home/${USERNAME}"
17
18
ciCommandAddPath "${SYSTEM_WORKFOLDER}/msys2/usr/bin"
19
- export PATH="${SYSTEM_WORKFOLDER}/msys2/usr/bin"
+ export PATH="${SYSTEM_WORKFOLDER}/msys2/usr/bin:${PATH}"
20
21
pacman -S --noconfirm --needed base-devel ca-certificates make diffutils tar
22
0 commit comments