Skip to content

Commit 809bf2b

Browse files
authored
Merge pull request #788 from psafont/fix-lcm
maintenance: fix ci for scheduled lcm runs
2 parents 2a66192 + f97ddf4 commit 809bf2b

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)