Skip to content

Commit

Permalink
Make Windows JRuby builds pass (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Jul 25, 2022
1 parent dd84176 commit 5944f88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -129,6 +129,10 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
BUNDLE_WITHOUT: development:coverage
# Workaround for Windows JRuby JDK issue
# https://github.com/ruby/setup-ruby/issues/339
# https://github.com/jruby/jruby/issues/7182#issuecomment-1112953015
JAVA_OPTS: -Djdk.io.File.enableADS=true
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 5944f88

Please sign in to comment.