Skip to content

Commit 40c63c7

Browse files
author
Gunther Klessinger
committed
fd ripgrep
1 parent 560e934 commit 40c63c7

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
- name: Install system dependencies
3232
run: |
3333
sudo apt-get update
34-
sudo apt-get install -y graphviz imagemagick
34+
sudo apt-get install -y graphviz imagemagick tmux fd-find ripgrep
35+
# Create symlinks for fd (Ubuntu packages it as fd-find)
36+
sudo ln -sf /usr/bin/fdfind /usr/local/bin/fd
3537
3638
- name: Set up Python ${{ matrix.python-version }}
3739
uses: actions/setup-python@v5
@@ -72,7 +74,9 @@ jobs:
7274
- name: Install system dependencies
7375
run: |
7476
sudo apt-get update
75-
sudo apt-get install -y graphviz imagemagick
77+
sudo apt-get install -y graphviz imagemagick tmux fd-find ripgrep
78+
# Create symlinks for fd (Ubuntu packages it as fd-find)
79+
sudo ln -sf /usr/bin/fdfind /usr/local/bin/fd
7680
7781
- name: Set up Python
7882
uses: actions/setup-python@v5
@@ -113,7 +117,9 @@ jobs:
113117
- name: Install system dependencies
114118
run: |
115119
sudo apt-get update
116-
sudo apt-get install -y graphviz imagemagick
120+
sudo apt-get install -y graphviz imagemagick tmux fd-find ripgrep
121+
# Create symlinks for fd (Ubuntu packages it as fd-find)
122+
sudo ln -sf /usr/bin/fdfind /usr/local/bin/fd
117123
118124
- name: Set up Python
119125
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)