Skip to content

Commit a2e058b

Browse files
authored
add python setup to build-windows.yml
so that jinja2 has somewhere to install to (may be necessary in the windows runner, unclear?)
1 parent 58af0b9 commit a2e058b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
name: Build win64
6969
runs-on: windows-2022
7070
steps:
71+
- name: Set up Python
72+
uses: actions/setup-python@v5
7173
- name: Install build dependencies
7274
run: |
7375
choco install sccache

0 commit comments

Comments
 (0)