From 97208cb329dda0bc62a50e497ab3dc15b1efe1e6 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 15 Aug 2020 11:55:49 +0200 Subject: [PATCH] Add --auto to urpmi command for Mageia CI --- .circleci/config.yml | 6 +++--- .github/workflows/ccpp.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ef22c2adf..b228b4243 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -231,14 +231,14 @@ commands: steps: - run: name: Update packages - command: urpmi.update -a + command: urpmi.update --auto -a - run: name: Configure auto update - command: urpmi --auto-update + command: urpmi --auto --auto-update - run: name: Install dependencies command: > - urpmi --force + urpmi --auto --force urpmi-debuginfo-install git tar diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 8ab70e8ad..96c20d24b 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -550,14 +550,14 @@ jobs: - uses: actions/checkout@v1.2.0 - name: Update packages - run: urpmi.update -a + run: urpmi.update --auto -a - name: Configure auto update - run: urpmi --auto-update + run: urpmi --auto --auto-update - name: Install Mageia dependencies run: > - urpmi --force + urpmi --auto --force urpmi-debuginfo-install git tar