Fix Travis CI build 2.
This commit is contained in:
parent
8ffe780293
commit
fadf4ba07f
1 changed files with 3 additions and 3 deletions
|
@ -24,11 +24,11 @@ yes | pacman --noconfirm --needed -S \
|
||||||
cmake \
|
cmake \
|
||||||
git \
|
git \
|
||||||
make \
|
make \
|
||||||
pkg-config \
|
pkgconf \
|
||||||
python3 \
|
python3 \
|
||||||
mingw-w64-x86_64-binutils \
|
mingw-w64-x86_64-binutils \
|
||||||
mingw-w64-i686-binutils \
|
mingw-w64-i686-binutils \
|
||||||
mingw-w64-x86_64-cmake \
|
mingw-w64-x86_64-cmake \
|
||||||
mingw-w64-i686-cmake \
|
mingw-w64-i686-cmake \
|
||||||
mingw-w64-x86_64-pkg-config \
|
mingw-w64-x86_64-pkgconf \
|
||||||
mingw-w64-i686-pkg-config
|
mingw-w64-i686-pkgconf
|
||||||
|
|
Loading…
Reference in a new issue