mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
fix circleci build
This commit is contained in:
parent
379086eb04
commit
69f4e4f3bc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -104,7 +104,7 @@ style:
|
|||
! git grep -i 'text/icalendar' */*
|
||||
sphinx-build -W -b html ./docs/ ./docs/_build/html/
|
||||
cd rust/ && cargo +nightly clippy
|
||||
cd rust/ && cargo fmt --all -- --write-mode=diff
|
||||
cd rust/ && cargo +nightly fmt --all -- --write-mode=diff
|
||||
|
||||
install-docs:
|
||||
pip install -Ur docs-requirements.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue