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

add missing dependencies for m.css (#50)

This commit is contained in:
Lars Melchior 2020-07-29 12:58:19 +02:00 committed by GitHub
parent 0f7ae8a3b7
commit 4bcf72420e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -12,8 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install doxygen
run: brew install doxygen
- name: Install dependencies
run: |
brew install doxygen
pip install jinja2 Pygments
- name: Build
run: |