From 7fcad030fac388b139238e3115189fbca00b3ff4 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 15 Dec 2020 15:29:13 +0000 Subject: [PATCH] Travis tests: ensure apt cache is up-to-date --- example.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.spec b/example.spec index 43a14313..6c91d22c 100644 --- a/example.spec +++ b/example.spec @@ -27,7 +27,7 @@ (run (network host) (cache (opam-archives (target /home/opam/.opam/download-cache))) - (shell "opam depext -y obuilder")) + (shell "opam depext -yu obuilder")) ; Install OCaml dependencies (run (network host)