WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

This commit is contained in:
Karel Pičman 2023-05-15 13:53:17 +02:00
parent 01c4f5b335
commit a9121b3752

View File

@ -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