Skip to content

Commit

Permalink
action.yml: fix failing CI (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Sep 29, 2024
1 parent 22c8e46 commit 897f08a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ runs:
tar -xvzf "$filename"
rm "$filename"
install -t "$HOME/.local/bin" -D lychee
rm -f lychee*
shopt -s extglob
rm -f lychee*!(lychee-bin|lychee-lib)
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
shell: bash
- name: Run lychee
Expand Down

0 comments on commit 897f08a

Please sign in to comment.