mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
ensure 'make check' updates rslib version
This commit is contained in:
parent
b337dda8df
commit
43978b7257
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -155,6 +155,7 @@ clean-dist: buildhash
|
|||
check: pyenv buildhash prepare
|
||||
@set -eu -o pipefail ${SHELLFLAGS}; \
|
||||
.github/scripts/trailing-newlines.sh; \
|
||||
$(SUBMAKE) -C rslib develop; \
|
||||
for dir in $(CHECKABLE_RS); do \
|
||||
$(SUBMAKE) -C $$dir check; \
|
||||
done; \
|
||||
|
|
Loading…
Reference in a new issue