Skip to content

Commit 1dd0a21

Browse files
committed
ci: fix run issues
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 <pau.ruizsafont@cloud.com>
1 parent f54fbf3 commit 1dd0a21

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/0.150-lcm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
# invalidate cache daily, gets built daily using a scheduled job
4949
key: ${{ steps.cache-key.outputs.date }}-0.150
5050

51+
- name: Update Ubuntu repositories
52+
run: sudo apt-get update
53+
5154
- name: Use ocaml
5255
uses: avsm/setup-ocaml@v1
5356
with:

xapi-xenopsd.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ depends: [
2424
"rpclib"
2525
"sexplib"
2626
"stdext"
27+
"stunnel"
2728
"base-threads"
2829
"uri"
2930
"uuidm"

0 commit comments

Comments
 (0)