Azure: Use "pacman -Sy" to install the toolchain
authorTom Rini <trini@konsulko.com>
Fri, 26 Mar 2021 19:14:14 +0000 (15:14 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 27 Mar 2021 15:57:10 +0000 (11:57 -0400)
commit94d66d8b242b099e33cda4c27d1ff1e4bb9decf7
treeee8b8d43e592b66af616179737490eb7d0b69b7d
parent65c8cdc72bca275334f01d1089aef0661f1bd468
Azure: Use "pacman -Sy" to install the toolchain

We now see an error such as:
warning: database file for 'ucrt64' does not exist (use '-Sy' to download)
error: failed to prepare transaction (could not find database)

So use -Sy as suggested.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
.azure-pipelines.yml