Skip to content

Commit

Permalink
maintenance: fix ci for scheduled lcm runs
Browse files Browse the repository at this point in the history
Typical error with github images not being up-to-date make the ci to
fail

Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont committed Oct 16, 2023
1 parent 2a66192 commit 69c0176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/0.150-lcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
package: "xapi-xenopsd xapi-xenopsd-simulator xapi-xenopsd-cli xapi-xenopsd-xc"

steps:
steps:
- name: Update apt cache
run: sudo apt-get update

- name: Checkout code
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 69c0176

Please sign in to comment.