mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
install ripgrep in CI
This commit is contained in:
parent
67a101add1
commit
0191b1d544
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