Skip to content

Commit

Permalink
Merge pull request #788 from psafont/fix-lcm
Browse files Browse the repository at this point in the history
maintenance: fix ci for scheduled lcm runs
  • Loading branch information
robhoes authored Oct 18, 2023
2 parents 2a66192 + f97ddf4 commit 809bf2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/0.150-lcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 809bf2b

Please sign in to comment.