Skip to content

Commit f97ddf4

Browse files
committed
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 <pau.ruizsafont@cloud.com>
1 parent 2a66192 commit f97ddf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/0.150-lcm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
package: "xapi-xenopsd xapi-xenopsd-simulator xapi-xenopsd-cli xapi-xenopsd-xc"
2828

2929
steps:
30+
- name: Update apt cache
31+
run: sudo apt-get update
32+
3033
- name: Checkout code
3134
uses: actions/checkout@v2
3235
with:

0 commit comments

Comments
 (0)