mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-06 09:11:48 +02:00
Added missing option for output
This commit is contained in:
parent
f468979e70
commit
e12c32f712
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-ruby.yml
vendored
4
.github/workflows/update-ruby.yml
vendored
|
@ -33,8 +33,8 @@ jobs:
|
|||
|
||||
- name: Run script/update-cruby
|
||||
run: |
|
||||
curl -sL https://cache.ruby-lang.org/pub/ruby/${{ env.ABI_VERSION }}/ruby-${{ env.RUBY_VERSION }}.tar.gz
|
||||
curl -sL https://www.openssl.org/source/openssl-${{ env.OPENSSL_VERSION }}.tar.gz
|
||||
curl -sL https://cache.ruby-lang.org/pub/ruby/${{ env.ABI_VERSION }}/ruby-${{ env.RUBY_VERSION }}.tar.gz -O
|
||||
curl -sL https://www.openssl.org/source/openssl-${{ env.OPENSSL_VERSION }}.tar.gz -O
|
||||
script/update-cruby ${{ env.RUBY_VERSION }} ${{ env.OPENSSL_VERSION }} .
|
||||
rm *.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue