From 4ee866463b2b24d75ee61f085a74ac60c45d2893 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sat, 12 Dec 2020 14:11:04 +0000 Subject: [PATCH] Getting better. --- mingw.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mingw.yml b/mingw.yml index 6e82606f..87963d59 100644 --- a/mingw.yml +++ b/mingw.yml @@ -16,12 +16,13 @@ shallow_clone: true install: - echo %APPVEYOR_BUILD_FOLDER% - - c:\C:\msys64\usr\bin\bash -c "python -m pip install --upgrade pip;pip3.exe install lxml ; for i in base-devel git coreutils dos2unix tar diffutils make \ + - C:\msys64\usr\bin\bash -c "python -m pip install --upgrade pip;pip3.exe install lxml ; for i in base-devel git coreutils dos2unix tar diffutils make \ mingw-w64-x86_64-toolchain mingw-w64-x86_64-gcc mingw-w64-x86_64-gdb \ mingw-w64-x86_64-cmake mingw-w64-x86_64-gettext mingw-w64-x86_64-python3 \ mingw-w64-x86_64-libexpat mingw-w64-x86_64-libiconv mingw-w64-x86_64-zlib \ mingw-w64-x86_64-gtest ; do (echo y | pacman -S $i) ; done - cd %APPVEYOR_BUILD_FOLDER% + - C:\msys64\usr\bin\bash build_script: