We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 870da9d + 09f182e commit 3aa2038Copy full SHA for 3aa2038
appveyor.yml
@@ -132,7 +132,7 @@ init:
132
- 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
133
- 'del /q %APPVEYOR_BUILD_FOLDER%\*.*' # cleanup before checkout
134
- cmd /c "pacman --verbose --noconfirm --disable-download-timeout -Syuu" #Full update of core files
135
-
+ - cmd /c "pacman --verbose --noconfirm --disable-download-timeout -Sy" #Update core files if databases list was changed
136
clone_script:
137
- cmd: |
138
"C:\\Program Files\\Git\\cmd\\git" config --global core.symlinks true
0 commit comments