Skip to content

Commit

Permalink
Redmine 6 #60
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Nov 14, 2024
1 parent 8295995 commit e20edc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Clone Redmine
# Get the latest stable Redmine and fix the conflict in gems
run: |
svn export https://svn.redmine.org/redmine/branches/5.1-stable/ /opt/redmine
svn export https://svn.redmine.org/redmine/branches/6.0-stable/ /opt/redmine
sed -i "s/gem 'net-imap'/#gem 'net-imap'/" /opt/redmine/Gemfile
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit e20edc0

Please sign in to comment.