mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-20 20:28:37 +01:00
ci: Fix downloading ripgrep dependency
This commit is contained in:
parent
205e9c40e1
commit
6bd35e5aed
@ -67,7 +67,7 @@ runs:
|
||||
uses: dsaltares/fetch-gh-release-asset@master
|
||||
if: ${{ env.ACT || inputs.test == 'true' }}
|
||||
with:
|
||||
file: "ripgrep_[0-9\\.]+_amd64.deb"
|
||||
file: "ripgrep_[0-9\\.-]+_amd64.deb"
|
||||
repo: "BurntSushi/ripgrep"
|
||||
# version: "${{ inputs.version_ripgrep || "latest" }}"
|
||||
regex: true
|
||||
|
Loading…
Reference in New Issue
Block a user