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 af98668 commit 02cab70Copy full SHA for 02cab70
source_index_pdb.bat
@@ -37,7 +37,8 @@ echo SRCSRV: end ------------------------------------------------ >> source_inde
37
38
echo:
39
echo Adding srcsrv section to %1...
40
-"%ProgramFiles(x86)%\Windows Kits\10\Debuggers\x64\srcsrv\pdbstr.exe" -w -p:%1 -s:srcsrv -i:source_index.txt
+:: Using x86 here only because Github Actions has issues https://github.com/actions/virtual-environments/issues/4208
41
+"%ProgramFiles(x86)%\Windows Kits\10\Debuggers\x86\srcsrv\pdbstr.exe" -w -p:%1 -s:srcsrv -i:source_index.txt
42
echo pdbstr exited with errorlevel %ERRORLEVEL%
43
44
popd
0 commit comments