Skip to content

Commit

Permalink
.github/workflows/testing.yml: pre-install fzf
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Dec 1, 2024
1 parent 1793128 commit ea14949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
MakeCheck:
runs-on: ubuntu-latest
steps:
- { uses: awalsh128/cache-apt-pkgs-action@latest, with: { packages: fzf } }
- { uses: actions/[email protected], with: { fetch-depth: 0, submodules: recursive, github-server-url: 'https://github.com' } }
- run: git fetch -f --tags && git describe --long # Fix actions/checkout#290
- run: |
Expand Down

0 comments on commit ea14949

Please sign in to comment.