Skip to content

Commit

Permalink
Added missing dependencies in AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Apr 28, 2023
1 parent 8cde7f9 commit da7a3ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ports/ci/appveyor/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,16 @@ else
fi

pacman --noconfirm --needed -S \
mingw-w64-${packagesArch}-SDL2 \
mingw-w64-${packagesArch}-binutils \
mingw-w64-${packagesArch}-ccache \
mingw-w64-${packagesArch}-clang \
mingw-w64-${packagesArch}-cmake \
mingw-w64-${packagesArch}-ffmpeg \
mingw-w64-${packagesArch}-pkgconf \
mingw-w64-${packagesArch}-portaudio \
mingw-w64-${packagesArch}-qt5 \
mingw-w64-${packagesArch}-ffmpeg
mingw-w64-${packagesArch}-vlc

if [ -z "${DAILY_BUILD}" ] && [ -z "${RELEASE_BUILD}" ]; then
pacman --noconfirm --needed -S \
Expand Down

0 comments on commit da7a3ef

Please sign in to comment.