We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e058b commit ef54ef2Copy full SHA for ef54ef2
1 file changed
.github/workflows/build-windows.yml
@@ -69,7 +69,9 @@ jobs:
69
runs-on: windows-2022
70
steps:
71
- name: Set up Python
72
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
73
+ with:
74
+ python-version: '3.x'
75
- name: Install build dependencies
76
run: |
77
choco install sccache
0 commit comments