Skip to content

Commit

Permalink
Using HOME env var of runner
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Jul 4, 2024
1 parent 1771015 commit d51ef77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bootstrap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
shell: bash
run: |
curl -fsSL https://raw.githubusercontent.com/pnpm/get.pnpm.io/main/install.sh | env PNPM_VERSION=8.6.12 bash - && \
source /root/.bashrc && \
source $HOME/.bashrc && \
pnpm env use --global 16
- name: Install pipenv
run: pip3 install pipenv
Expand Down

0 comments on commit d51ef77

Please sign in to comment.