diff options
author | Brent Cook <busterb@gmail.com> | 2021-04-08 03:32:25 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-04-08 03:32:25 -0500 |
commit | 94f057403a97466eac8278f26a96eb05606a3ae9 (patch) | |
tree | 51e674a65ca5bfaebfd85bd79f3d3c0b94a1d158 | |
parent | 921c0675a25708d19e76aa8e3b48c4483a1a255d (diff) | |
download | portable-94f057403a97466eac8278f26a96eb05606a3ae9.tar.gz portable-94f057403a97466eac8278f26a96eb05606a3ae9.tar.bz2 portable-94f057403a97466eac8278f26a96eb05606a3ae9.zip |
update appveyor pre-build config to address build failures
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index df1b448..6c6ba16 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -30,8 +30,7 @@ init: | |||
30 | # update mysy2 | 30 | # update mysy2 |
31 | - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors" | 31 | - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors" |
32 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu" | 32 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu" |
33 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf perl" | 33 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy autoconf perl git" |
34 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git" | ||
35 | 34 | ||
36 | before_build: | 35 | before_build: |
37 | - bash autogen.sh | 36 | - bash autogen.sh |