Skip to content

Commit 8992f9d

Browse files
committed
github: update release for ubuntu 24.04
The package dune has been replaced with ocaml-dune Signed-off-by: Pau Ruiz Safont <[email protected]>
1 parent 7552baa commit 8992f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install build dependencies
2323
run: |
2424
pip install build
25-
sudo apt-get install ocaml dune libfindlib-ocaml-dev libdune-ocaml-dev libcmdliner-ocaml-dev
25+
sudo apt-get install ocaml ocaml-dune libfindlib-ocaml-dev libdune-ocaml-dev libcmdliner-ocaml-dev
2626
2727
- name: Generate python package for XenAPI
2828
run: |

0 commit comments

Comments
 (0)