We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d5a1d commit fef064aCopy full SHA for fef064a
1 file changed
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
- os: ubuntu-latest
28
install-deps: |
29
sudo apt-get update && sudo apt-get install -y ripgrep fd-find
30
- wget -O - https://github.com/junegunn/fzf/releases/download/v0.58.0/fzf-0.58.0-linux_amd64.tar.gz | tar zxfv -
+ wget -O - https://github.com/junegunn/fzf/releases/download/v0.61.1/fzf-0.61.1-linux_amd64.tar.gz | tar zxfv -
31
sudo mv ./fzf /bin
32
33
steps:
0 commit comments