mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
test possible CI speed-up
This commit is contained in:
parent
1b0c3b8b75
commit
95404ed2d7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -21,4 +21,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# add requirements
|
# add requirements
|
||||||
sudo apt update; sudo apt install portaudio19-dev gettext rename
|
sudo apt update; sudo apt install portaudio19-dev gettext rename
|
||||||
|
export CARGO_TARGET_DIR=~/target
|
||||||
|
export RSPY_TARGET_DIR=~/target
|
||||||
make check build BUILDFLAGS=""
|
make check build BUILDFLAGS=""
|
||||||
|
|
Loading…
Reference in a new issue