Skip to content

Commit

Permalink
again upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgestrand committed Jun 14, 2024
1 parent 15b26cd commit 5584a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: ${{ failure() && startsWith(matrix.ruby-version, 'jruby') }}
with:
name: m2
path: /home/runner/.m2/
path: /home/runner/.rubies/jruby-9.4.7.0/lib/ruby/gems/shared/gems/ruby-maven-libs-3.8.9/
- name: Run tests
run: bundle exec rspec

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ gemspec

# https://github.com/ruby/psych/issues/655
gem "psych", "!= 5.1.1", platforms: %i[jruby]
gem "ruby-maven-libs", "3.3.9", platforms: %i[jruby]
gem "ruby-maven-libs", "3.8.9", platforms: %i[jruby]

0 comments on commit 5584a7d

Please sign in to comment.