mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-04 17:40:35 +00:00
Simplify deps
This commit is contained in:
parent
ff72f553e3
commit
d9899492c1
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install doxygen
|
sudo apt install doxygen
|
||||||
pip install mkdocs mkdocs-material mkdocstrings pymdown-extensions mike
|
pip install mkdocs-material mkdocstrings mike
|
||||||
cmake -E make_directory ${{runner.workspace}}/build
|
cmake -E make_directory ${{runner.workspace}}/build
|
||||||
# Workaround https://github.com/actions/checkout/issues/13:
|
# Workaround https://github.com/actions/checkout/issues/13:
|
||||||
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
|
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
|
||||||
|
Loading…
Reference in New Issue
Block a user