We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131d185 commit 563262aCopy full SHA for 563262a
1 file changed
.github/workflows/build-windows.yml
@@ -71,6 +71,7 @@ jobs:
71
- name: Install build dependencies
72
run: |
73
choco install sccache
74
+ pip install Jinja2
75
- name: Install doc dependencies
76
if: inputs.docs
77
0 commit comments