Skip to content

Commit

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

- run: rm -rf ~/tmp
- run: mkdir ~/tmp
- run: chmod -R 777 ~/tmp
- run: ls -al ~/tmp
# - run: rm -rf ~/tmp
# - run: mkdir ~/tmp
# - run: chmod -R 777 ~/tmp
# - run: ls -al ~/tmp

- name: Build Ruby
run: sudo ruby-build --verbose ${{ steps.ruby.outputs.ruby }} $PREFIX
env:
CPPFLAGS: "-DENABLE_PATH_CHECK=0" # https://github.com/actions/virtual-environments/issues/267
TMPDIR: = "~/tmp"
# TMPDIR: = "~/tmp"
- name: Create archive
run: tar czf ${{ steps.ruby.outputs.archive }} -C $(dirname $PREFIX) $(basename $PREFIX)
- name: Install Bundler if needed
Expand Down

0 comments on commit 7c51dce

Please sign in to comment.