diff --git a/.woodpecker/debian.yaml b/.woodpecker/debian.yaml index 2b0dc09..e040498 100644 --- a/.woodpecker/debian.yaml +++ b/.woodpecker/debian.yaml @@ -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 diff --git a/.woodpecker/fedora.yaml b/.woodpecker/fedora.yaml index cb7ae31..576b07e 100644 --- a/.woodpecker/fedora.yaml +++ b/.woodpecker/fedora.yaml @@ -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