Skip to content

Commit

Permalink
ci: fix run issues
Browse files Browse the repository at this point in the history
Update apt repositories on every run, this is needed because the github
images are out-of-date and the dependencies' fetching fails otherwise

Add stunnel to xapi-xenopsd dependencies, it's needed since the close
port 80 feature

Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont committed Oct 11, 2023
1 parent f54fbf3 commit 1dd0a21
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -48,6 +48,9 @@ jobs:
# invalidate cache daily, gets built daily using a scheduled job
key: ${{ steps.cache-key.outputs.date }}-0.150

- name: Update Ubuntu repositories
run: sudo apt-get update

- name: Use ocaml
uses: avsm/setup-ocaml@v1
with:
Expand Down
1 change: 1 addition & 0 deletions xapi-xenopsd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ depends: [
"rpclib"
"sexplib"
"stdext"
"stunnel"
"base-threads"
"uri"
"uuidm"
Expand Down

0 comments on commit 1dd0a21

Please sign in to comment.