diff options
author | Brent Cook <busterb@gmail.com> | 2019-05-17 02:10:12 -0700 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-05-20 21:00:48 -0500 |
commit | 4f88694cc976121ee9896bf5f245efe4820fa35a (patch) | |
tree | 17319ca1344d7fe233543616d7071c62f62b5566 | |
parent | a2befe3383bd1c6dfe3950b5f6d835f3f750a68f (diff) | |
download | portable-4f88694cc976121ee9896bf5f245efe4820fa35a.tar.gz portable-4f88694cc976121ee9896bf5f245efe4820fa35a.tar.bz2 portable-4f88694cc976121ee9896bf5f245efe4820fa35a.zip |
do a system upgrade on msys64 packages
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index d1cdbab..790db86 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -26,7 +26,7 @@ environment: | |||
26 | init: | 26 | init: |
27 | # update mysy2 | 27 | # update mysy2 |
28 | - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors" | 28 | - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors" |
29 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy" | 29 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu" |
30 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf perl" | 30 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf perl" |
31 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git" | 31 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git" |
32 | 32 | ||