mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-12 09:10:45 +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/"
|
"${{ runner.temp }}/dl/"
|
||||||
|
|
||||||
find "${{ runner.temp }}/dl" \
|
find "${{ runner.temp }}/dl" \
|
||||||
-type f -iname "rg" \
|
-type f -path "*/bin/rg" \
|
||||||
-exec mv {} "${{ runner.temp }}/bin/" \;
|
-exec mv {} "${{ runner.temp }}/bin/" \;
|
||||||
|
|
||||||
- name: Set executable permissions
|
- name: Set executable permissions
|
||||||
|
Loading…
Reference in New Issue
Block a user