1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

use pip3 for doc dependencies

This commit is contained in:
Lars Melchior 2020-07-29 13:04:32 +02:00
parent 4bcf72420e
commit c7333dec7c

View file

@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
brew install doxygen
pip install jinja2 Pygments
pip3 install jinja2 Pygments
- name: Build
run: |