We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda8d01 commit 9c4f13fCopy full SHA for 9c4f13f
.github/workflows/reusable_gpu.yml
@@ -98,6 +98,12 @@ jobs:
98
if: matrix.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'
99
run: vcpkg install --triplet x64-windows
100
101
+ - name: "[Win] Install dependencies - Python"
102
+ if: matrix.os == 'Windows'
103
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
104
+ with:
105
+ python-version: "3.12"
106
+
107
# note: disable all providers except the one being tested
108
# '-DCMAKE_SUPPRESS_REGENERATION=ON' is the WA for the error: "CUSTOMBUILD : CMake error : Cannot restore timestamp"
109
- name: Configure build (Debug)
0 commit comments