Skip to content

Commit 7bb0349

Browse files
committed
.
1 parent a6fa02a commit 7bb0349

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ jobs:
3030
- name: Debug MSVC tools in PATH
3131
shell: cmd
3232
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+
echo ""
3340
echo "Searching for cl.exe..."
3441
where cl.exe || echo "cl.exe not found in PATH"
3542
echo "Searching for link.exe..."

0 commit comments

Comments
 (0)