summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-08-27 23:59:22 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-08-28 00:38:00 -0600
commit560de2ce3b9e7f62bfca438766e5614b82d8bf04 (patch)
treef36d3b86b28e40898226adfe45c4aaadf72eb2d9
parent3ebedff00a67f89cd93d94cb5f3520ea2eb3020a (diff)
remove workaround for JRuby on Windows in CI setup
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e9b73487..e30dca79 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -60,8 +60,6 @@ jobs:
env:
BUNDLE_WITHOUT: docs
SOURCE_DATE_EPOCH: '1521504000'
- # work around `Permission denied - NUL' error when installing/using the bundler gem on JRuby for Windows
- JRUBY_OPTS: '-J-Djdk.io.File.enableADS=true'
steps:
- name: Checkout
uses: actions/checkout@v2