cleanup working directory

This commit is contained in:
Hiroshi SHIBATA 2024-08-02 11:02:46 +09:00
parent a1bb3e40ee
commit c2e9bde27a
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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://www.openssl.org/source/openssl-${{ env.OPENSSL_VERSION }}.tar.gz
script/update-cruby ${{ env.RUBY_VERSION }} ${{ env.OPENSSL_VERSION }} .
rm *.gz
- name: commit and push
run: |