From 515387864bbfe57a195c7a02922e69ee4280d392 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Sun, 29 Sep 2019 12:44:56 +0300 Subject: [PATCH] Ensure yes to CI package updates --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ac42945..f124cdf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,21 +16,21 @@ centos_task: container: image: centos setup_script: - - yum update + - yum update -y - yum install -y gcc libc-devel compile_script: scripts/build.sh debian_task: container: image: debian setup_script: - - apt update + - apt update -y - apt install -y gcc libc-dev compile_script: scripts/build.sh ubuntu_task: container: image: ubuntu setup_script: - - apt update + - apt update -y - apt install -y gcc libc-dev compile_script: scripts/build.sh freebsd_task: