diff --git a/appveyor.yml b/appveyor.yml index 5381072..649b6e9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,7 @@ install: C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-clang" C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-protobuf-c" C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-go" + C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-python3-pip" C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm tree" # ARM toolchain @@ -28,7 +29,7 @@ install: - git submodule update --init --recursive # python stuff - - pip install yamllint + - pip3 install yamllint # sudo stuff - ps: |