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 6664ce8 commit 6625117Copy full SHA for 6625117
.github/workflows/build.yml
@@ -111,12 +111,14 @@ jobs:
111
cp jruby ruby
112
# Create ruby.bat, so 'ruby' works in pwsh
113
echo -en "@ECHO OFF\r\n@\"%~dp0jruby.exe\" %*\r\n" > ruby.bat
114
+ ls -l
115
- name: Create archive
116
run: tar czf jruby-head-${{ steps.platform.outputs.platform }}.tar.gz jruby-head
117
118
# Test
119
- run: echo "$PWD/jruby-head/bin" >> $GITHUB_PATH
120
- run: ruby --version
121
+ - run: ruby -e 'raise unless RUBY_ENGINE == %{jruby}'
122
- run: gem --version
123
- run: rake --version
124
- run: ruby -ropen-uri -e 'puts URI.send(:open, %{https://rubygems.org/}) { |f| f.read(1024) }'
0 commit comments