From f97ddf4d29768a8d34e5ccfc7189f9bce2409fb9 Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Mon, 16 Oct 2023 10:54:17 +0100 Subject: [PATCH] maintenance: fix ci for scheduled lcm runs Typical error with github images not being up-to-date make the ci to fail Signed-off-by: Pau Ruiz Safont --- .github/workflows/0.150-lcm.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/0.150-lcm.yml b/.github/workflows/0.150-lcm.yml index 56239ae11..1d7c5910a 100644 --- a/.github/workflows/0.150-lcm.yml +++ b/.github/workflows/0.150-lcm.yml @@ -27,6 +27,9 @@ jobs: package: "xapi-xenopsd xapi-xenopsd-simulator xapi-xenopsd-cli xapi-xenopsd-xc" steps: + - name: Update apt cache + run: sudo apt-get update + - name: Checkout code uses: actions/checkout@v2 with: