Skip to content

Commit

Permalink
test: use RBENV_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Aug 4, 2024
1 parent 22d51e0 commit 2127ec7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,11 @@ jobs:
- name: source ruby from cached minver build
if: ${{ inputs.id != 'macOS' && inputs.verset == 'minver' }}
run: |
tar xvf ruby.tar.zst
echo '--'
tar xf ruby.tar.zst
ls -at
echo '--'
.rbenv/bin/rbenv init - bash
echo '--'
eval "$(.rbenv/bin/rbenv init - bash)"
export RBENV_ROOT=$(pwd)/.rbenv
echo RBENV_ROOT=$RBENV_ROOT >> $GITHUB_ENV
eval "$($RBENV_ROOT/bin/rbenv init - bash)"
ruby --version
echo $PATH
echo PATH=$PATH >> $GITHUB_ENV
Expand Down

0 comments on commit 2127ec7

Please sign in to comment.