ci: change the debian and fedora workflows to not ask for user input
This commit is contained in:
@@ -6,7 +6,7 @@ steps:
|
||||
image: debian:13
|
||||
pull: true
|
||||
commands:
|
||||
- apt update && apt full-upgrade
|
||||
- apt update && apt full-upgrade -y
|
||||
- apt install -y ocaml libfindlib-ocaml-dev ocaml-dune menhir
|
||||
- dune build
|
||||
- dune exec ollisp
|
||||
|
||||
@@ -6,7 +6,7 @@ steps:
|
||||
image: fedora:43
|
||||
pull: true
|
||||
commands:
|
||||
- dnf update
|
||||
- dnf update -y
|
||||
- dnf install -y ocaml ocaml-findlib menhir dune
|
||||
- dune build
|
||||
- dune exec ollisp
|
||||
|
||||
Reference in New Issue
Block a user