Skip to content

Commit 563262a

Browse files
authored
Update build-windows.yml
add jinja2 dependency for windows builds
1 parent 131d185 commit 563262a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
- name: Install build dependencies
7272
run: |
7373
choco install sccache
74+
pip install Jinja2
7475
- name: Install doc dependencies
7576
if: inputs.docs
7677
run: |

0 commit comments

Comments
 (0)