From a9121b37527078cc43efbbfb0fe02969246c1f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Mon, 15 May 2023 13:53:17 +0200 Subject: [PATCH] WARNING: apt does not have a stable CLI interface. Use with caution in scripts. --- .github/workflows/rubyonrails.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index 19bceda6..d1cbbcff 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -80,8 +80,8 @@ jobs: - name: Install dependencies # Install necessary packages run: | - sudo apt update - sudo apt install -y litmus libreoffice + sudo apt-get update + sudo apt-get install -y litmus libreoffice - name: Clone Redmine # Get the latest stable Redmine run: svn export http://svn.redmine.org/redmine/branches/5.0-stable/ /opt/redmine