Skip to content

Commit 3aa2038

Browse files
authored
Merge pull request #1310 from iakov/fix/msys_update_20210326
Appveyor: Fix MSYS update
2 parents 870da9d + 09f182e commit 3aa2038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ init:
132132
- pacman --verbose --noconfirm --disable-download-timeout -U zstd-1.4.7-1-x86_64.pkg.tar.xz pacman-5.2.2-5-x86_64.pkg.tar.xz # Upgrade now (Dec 2020) needs zstd decompressor
133133
- 'del /q %APPVEYOR_BUILD_FOLDER%\*.*' # cleanup before checkout
134134
- cmd /c "pacman --verbose --noconfirm --disable-download-timeout -Syuu" #Full update of core files
135-
135+
- cmd /c "pacman --verbose --noconfirm --disable-download-timeout -Sy" #Update core files if databases list was changed
136136
clone_script:
137137
- cmd: |
138138
"C:\\Program Files\\Git\\cmd\\git" config --global core.symlinks true

0 commit comments

Comments
 (0)