WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
This commit is contained in:
parent
01c4f5b335
commit
a9121b3752
4
.github/workflows/rubyonrails.yml
vendored
4
.github/workflows/rubyonrails.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user