Skip to content

Commit

Permalink
Fix install step.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jan 3, 2025
1 parent d1e72c0 commit fc9ca7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ runs:
shell: bash
working-directory: 'mlton-install-dir/'
run: |
tar xvf mlton-*-1.amd64-linux-glibc2.31.tgz
make -C mlton-*-1.amd64-linux-glibc2.31/ install PREFIX=$HOME/.local
tar xvf mlton-*-1-*.tgz
rm -f mlton-*-1-*.tgz
make -C mlton-*-1-*/ install PREFIX=$HOME/.local
- id: cleanup
shell: bash
run: rm -rf mlton-install-dir
Expand Down

0 comments on commit fc9ca7a

Please sign in to comment.