diff --git a/appveyor.yml b/appveyor.yml index 8140b1005..a648a82c3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,7 @@ install: - bash -lc "pacman --noconfirm -S mingw-w64-x86_64-toolchain" - bash -lc "pacman --noconfirm -S mingw-w64-x86_64-pcre" - bash -lc "pacman --noconfirm -S msys2-runtime" + - bash -lc "pacman --noconfirm -S tzcode" build_script: - bash -lc "cd $APPVEYOR_BUILD_FOLDER; pwd"