Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Apr 3, 2024
1 parent 9afeaba commit 55b3f19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,12 @@ runs:
curl -sL ${URL}/archive/refs/tags/v${VERSION}.tar.gz | tar xz -C ${TEMPDIR} --strip-components 1 && cd ${TEMPDIR}
set -x
./install.sh "$HOME/.local/share/bats"
mv "$HOME/.local/share/bats/bin/bats" "$HOME/.local/bin"
set +x
# Archlinux style, except that we are not in a fakeroot env
# https://gitlab.archlinux.org/archlinux/packaging/packages/bash-bats/-/blob/main/PKGBUILD
Expand Down

0 comments on commit 55b3f19

Please sign in to comment.