File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments