mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
install ripgrep in CI
This commit is contained in:
parent
3d3fe17132
commit
5724c18ec1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Run checks
|
||||
run: |
|
||||
# add requirements
|
||||
sudo apt update; sudo apt install portaudio19-dev gettext rename
|
||||
sudo apt update; sudo apt install portaudio19-dev gettext rename ripgrep
|
||||
export CARGO_TARGET_DIR=~/target
|
||||
export RSPY_TARGET_DIR=~/target
|
||||
make check build BUILDFLAGS=""
|
||||
|
|
Loading…
Reference in a new issue