Skip to content

Commit

Permalink
Update ci-windows-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenbeijer authored Jul 21, 2021
1 parent 320e8a1 commit c77d75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-windows-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#fail on first error
set -e

pacman -S --needed --noconfirm git mingw-w64-x86_64-toolchain autoconf libtool mingw-w64-x86_64-cpputest mingw-w64-x86_64-qt5 mingw-w64-x86_64-cmake mingw-w64-x86_64-libvorbis zip p7zip unzip
pacman -S --needed --noconfirm git mingw-w64-x86_64-toolchain autoconf libtool mingw-w64-x86_64-cpputest mingw-w64-x86_64-qt5 mingw-w64-x86_64-cmake mingw-w64-x86_64-libvorbis zip p7zip unzip zeromq

#get script path
SCRIPT=$(realpath $0)
Expand Down

0 comments on commit c77d75b

Please sign in to comment.