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 a6fa02a commit 7bb0349Copy full SHA for 7bb0349
.github/workflows/wheels.yml
@@ -30,6 +30,13 @@ jobs:
30
- name: Debug MSVC tools in PATH
31
shell: cmd
32
run: |
33
+ echo "Listing contents of C:\Program Files\Microsoft Visual Studio\..."
34
+ dir "C:\Program Files\Microsoft Visual Studio\"
35
+ echo ""
36
+ echo "Attempting to set up MSVC environment..."
37
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" arm64
38
+ echo "MSVC environment setup attempted."
39
40
echo "Searching for cl.exe..."
41
where cl.exe || echo "cl.exe not found in PATH"
42
echo "Searching for link.exe..."
0 commit comments