mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-11-07 16:24:06 +01:00
ci: Fix installation of ripgrep for tests
The previous `find` command was grabbing the bash completions, rather than the executable file. This should fix that.
This commit is contained in:
parent
76906ca014
commit
26111f9cee
@ -82,7 +82,7 @@ runs:
|
||||
"${{ runner.temp }}/dl/"
|
||||
|
||||
find "${{ runner.temp }}/dl" \
|
||||
-type f -iname "rg" \
|
||||
-type f -path "*/bin/rg" \
|
||||
-exec mv {} "${{ runner.temp }}/bin/" \;
|
||||
|
||||
- name: Set executable permissions
|
||||
|
Loading…
Reference in New Issue
Block a user