Skip to content

Commit

Permalink
use local tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyNava committed Nov 27, 2024
1 parent ec5fe73 commit 9c86e2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: ruby-build --verbose ${{ steps.ruby.outputs.ruby }} $PREFIX
env:
CPPFLAGS: "-DENABLE_PATH_CHECK=0" # https://github.com/actions/virtual-environments/issues/267
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 9c86e2b

Please sign in to comment.