ci: always update apt cache before installing pkgs
authorVincent Fu <vincent.fu@samsung.com>
Tue, 15 Oct 2024 15:21:49 +0000 (11:21 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Tue, 15 Oct 2024 15:29:18 +0000 (11:29 -0400)
commit86fc77aa2745882398619cf4d5b5b2d208f69ec4
tree581f3b44c59c92b93654de434368cdecd0c12670
parentcd56c0af6f3e1ec3cad49ab0d0c002f2c7de3f90
ci: always update apt cache before installing pkgs

For all of our custom local actions make sure we update the apt cache
before trying to install packages. This will prevent errors when the
runner is started with a stale apt cache.

Example: https://github.com/vincentkfu/fio/actions/runs/11339008514/job/31533113877

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
.github/actions/build-qemu/action.yml
.github/actions/create-guest-image/action.yml
.github/actions/start-vm/action.yml