contrib/ci: Fix Arch cache issues

Update cache (which also requires to update the system) to avoid cache issues like the one seen in https://github.com/fwupd/fwupd/pull/2633
This commit is contained in:
Bruno Pagani 2020-12-03 15:05:51 +04:00 committed by Mario Limonciello
parent ab63e94107
commit 014e5526ff

View File

@ -19,7 +19,7 @@ popd
chown nobody . -R
# install and run TPM simulator necessary for plugins/uefi/uefi-self-test
pacman -S --noconfirm swtpm tpm2-tools
pacman -Syu --noconfirm swtpm tpm2-tools
swtpm socket --tpm2 --server port=2321 --ctrl type=tcp,port=2322 --flags not-need-init --tpmstate "dir=$PWD" &
trap "kill $!" EXIT
# extend a PCR0 value for test suite