Skip to content

Commit

Permalink
Refs fibercrypto#342, regresion, connection: there is a pip3 in mingw64
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevPavelmc committed Dec 13, 2019
1 parent b42149b commit aa36df3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,7 +29,7 @@ install:
- git submodule update --init --recursive

# python stuff
- pip install yamllint
- pip3 install yamllint

# sudo stuff
- ps: |
Expand Down

0 comments on commit aa36df3

Please sign in to comment.