We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58af0b9 commit a2e058bCopy full SHA for a2e058b
1 file changed
.github/workflows/build-windows.yml
@@ -68,6 +68,8 @@ jobs:
68
name: Build win64
69
runs-on: windows-2022
70
steps:
71
+ - name: Set up Python
72
+ uses: actions/setup-python@v5
73
- name: Install build dependencies
74
run: |
75
choco install sccache
0 commit comments