File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Install Mush
16- run : curl -fsSL https://get.javanile.org/mush | sh && cp ~/.mush/bin/mush ~/.local/bin/
16+ run : curl -fsSL https://get.javanile.org/mush | sh
17+ && mkdir -p ~/.local/bin/ && cp ~/.mush/bin/mush ~/.local/bin/
1718
1819 - name : Verify Mush installation
1920 run : mush --version
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Install Mush
16- run : curl -fsSL https://get.javanile.org/mush | sh && cp ~/.mush/bin/mush ~/.local/bin/
16+ run : curl -fsSL https://get.javanile.org/mush | sh
17+ && mkdir -p ~/.local/bin/ && cp ~/.mush/bin/mush ~/.local/bin/
1718
1819 - name : Verify Mush installation
1920 run : mush --version
You can’t perform that action at this time.
0 commit comments