mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
add required --classic
This commit is contained in:
parent
d9ee5c11ef
commit
910fdf6c58
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: |
|
||||
# add requirements
|
||||
sudo apt update; sudo apt install portaudio19-dev gettext rename
|
||||
sudo snap install ripgrep
|
||||
sudo snap install ripgrep --classic
|
||||
export CARGO_TARGET_DIR=~/target
|
||||
export RSPY_TARGET_DIR=~/target
|
||||
make check build BUILDFLAGS=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue