mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-05 08:41:17 +02:00
cleanup working directory
This commit is contained in:
parent
a1bb3e40ee
commit
c2e9bde27a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-ruby.yml
vendored
1
.github/workflows/update-ruby.yml
vendored
|
@ -36,6 +36,7 @@ jobs:
|
||||||
curl -sL https://cache.ruby-lang.org/pub/ruby/${{ env.ABI_VERSION }}/ruby-${{ env.RUBY_VERSION }}.tar.gz
|
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://www.openssl.org/source/openssl-${{ env.OPENSSL_VERSION }}.tar.gz
|
||||||
script/update-cruby ${{ env.RUBY_VERSION }} ${{ env.OPENSSL_VERSION }} .
|
script/update-cruby ${{ env.RUBY_VERSION }} ${{ env.OPENSSL_VERSION }} .
|
||||||
|
rm *.gz
|
||||||
|
|
||||||
- name: commit and push
|
- name: commit and push
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue