Skip to content

Commit

Permalink
fix: inline fnm bashrc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing committed May 20, 2021
1 parent 0132ead commit 7c920c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ runs:
steps:
- run: "curl -fsSL https://fnm.vercel.app/install | bash"
shell: bash
- run: "cat fnm.txt >> /home/runner/.bashrc"
- run: |
cat "# fnm
export PATH=/home/runner/.fnm:$PATH
eval \"`fnm env`\"" >> /home/runner/.bashrc
shell: bash
- run: "source /home/runner/.bashrc"
shell: bash
Expand Down
3 changes: 0 additions & 3 deletions fnm.txt
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
# fnm
export PATH=/home/runner/.fnm:$PATH
eval "`fnm env`"

0 comments on commit 7c920c3

Please sign in to comment.