Skip to content

Commit

Permalink
chenge ~/tmp permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyNava committed Nov 27, 2024
1 parent ccf18b7 commit c178bcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
run: echo 'RUBY_CONFIGURE_OPTS=--enable-shared --disable-install-doc' >> $GITHUB_ENV
# https://github.com/rbenv/ruby-build/discussions/1961#discussioncomment-4031745

- name: setup tmpdir
run: |
rm -rf ~/tmp
mkdir ~/tmp
chmod 777 ~/tmp
- name: Build Ruby
run: ruby-build --verbose ${{ steps.ruby.outputs.ruby }} $PREFIX
env:
Expand Down

0 comments on commit c178bcc

Please sign in to comment.