Skip to content

Commit c7591d4

Browse files
committed
Add note and remove redundant ls -l
1 parent b3ce8c0 commit c7591d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ jobs:
105105
regexp: '\bruby\b'
106106
- run: tar xf jruby-head.tar.gz
107107
if: "!startsWith(matrix.os, 'windows')"
108+
# NOTE: Keep the logic from here in sync with ruby-builder's buildJRubyWindows job
108109
# Extracting must be done in the native shell: https://github.com/MSP-Greg/ruby-setup-ruby/issues/1
109110
# We need to use to use the system tar, the Git tar seems basically broken
110111
- run: C:\windows\system32\tar.exe xf jruby-head.tar.gz
111112
if: startsWith(matrix.os, 'windows')
112113
- name: Rename to jruby-head
113114
shell: bash
114115
run: |
115-
ls -l jruby-*-SNAPSHOT/bin
116116
mv jruby-*-SNAPSHOT jruby-head
117117
ls -l jruby-head/bin
118118
- name: Create archive

0 commit comments

Comments
 (0)