We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ce8c0 commit c7591d4Copy full SHA for c7591d4
.github/workflows/build.yml
@@ -105,14 +105,14 @@ jobs:
105
regexp: '\bruby\b'
106
- run: tar xf jruby-head.tar.gz
107
if: "!startsWith(matrix.os, 'windows')"
108
+ # NOTE: Keep the logic from here in sync with ruby-builder's buildJRubyWindows job
109
# Extracting must be done in the native shell: https://github.com/MSP-Greg/ruby-setup-ruby/issues/1
110
# We need to use to use the system tar, the Git tar seems basically broken
111
- run: C:\windows\system32\tar.exe xf jruby-head.tar.gz
112
if: startsWith(matrix.os, 'windows')
113
- name: Rename to jruby-head
114
shell: bash
115
run: |
- ls -l jruby-*-SNAPSHOT/bin
116
mv jruby-*-SNAPSHOT jruby-head
117
ls -l jruby-head/bin
118
- name: Create archive
0 commit comments