Skip to content

Commit 0e893a8

Browse files
authored
AppVeyor: fix MSYS2 build
Update base image, update packages on each run.
1 parent 00fd9ab commit 0e893a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
- Ubuntu
3-
- Visual Studio 2017
3+
- Visual Studio 2019
44

55
for:
66
-
@@ -16,6 +16,7 @@ for:
1616
install:
1717
- sh: sudo apt-get update
1818
- sh: sudo apt-get --yes install libpoppler-glib-dev poppler-utils libwxgtk3.0-dev
19+
- cmd: sh -lc "pacman --noconfirm -Syuu"
1920
- cmd: sh -lc "pacman --noconfirm -S zip mingw-w64-i686-{poppler,wxWidgets}"
2021

2122
build_script:

0 commit comments

Comments
 (0)