Skip to content

Commit

Permalink
add ec2-user to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyNava committed Dec 4, 2024
1 parent 97712ca commit 3f660d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Add ruby env vars
run: |
echo 'export GEM_HOME="$HOME/gems"' >> $GITHUB_ENV
echo 'export PATH="$HOME/gems/bin:$PATH"' >> $GITHUB_ENV
echo 'export PATH="$HOME/ec2-user/bin:$HOME/gems/bin:$PATH"' >> $GITHUB_ENV
# echo "PREFIX=$RUNNER_TOOL_CACHE/Ruby/${ruby#ruby-}/$arch" >> $GITHUB_ENV
# comment
Expand Down

0 comments on commit 3f660d8

Please sign in to comment.