We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6de7fd commit c018acdCopy full SHA for c018acd
.github/workflows/build.yml
@@ -93,15 +93,16 @@ jobs:
93
echo "platform=$platform" >> $GITHUB_OUTPUT
94
95
# Build
96
- - name: Clone this repo to get find-jruby-head-url.rb
+ - name: Clone this repo to get find-jruby-head-url-nokogiri.rb
97
uses: actions/checkout@v4
98
- uses: ruby/setup-ruby@master
99
with:
100
- ruby-version: 2.6
+ ruby-version: ruby
101
- name: Download latest jruby nightly archive
102
shell: bash
103
run: |
104
- url=$(ruby find-jruby-head-url.rb)
+ gem install nokogiri
105
+ url=$(ruby find-jruby-head-url-nokogiri.rb)
106
echo "$url"
107
curl --fail -L -o jruby-head.tar.gz "$url"
108
- uses: eregon/clean-path@v1
0 commit comments